mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
add debug logging to peers in integration test
This commit is contained in:
parent
4f1f021ede
commit
04754ab944
1 changed files with 1 additions and 1 deletions
|
|
@ -16,5 +16,5 @@ function test_node {
|
||||||
}
|
}
|
||||||
|
|
||||||
function peer {
|
function peer {
|
||||||
test_node $@ -loglevel 0 -maxpeer 1 -dial=false
|
test_node $@ -loglevel 5 -logfile debug.log -maxpeer 1 -dial=false
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue