Skip to content

Commit

Permalink
Changed logging for supernode. Added script to run tcpdump
Browse files Browse the repository at this point in the history
  • Loading branch information
EDDragonWolf committed Feb 13, 2018
1 parent 0e1421f commit 5121f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion run_supernode.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nohup ./build/release/bin/graft-supernode ./src/supernode/conf_server.ini > /dev/null 2>&1 &
nohup ./build/release/bin/graft-supernode ./src/supernode/conf_server.ini &> ./logs/supernode.log &
1 change: 1 addition & 0 deletions run_tcpdump.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nohup sudo tcpdump -i eth0 'port 28900' -v &> ./logs/tcpdump28900.log &

0 comments on commit 5121f44

Please sign in to comment.