Skip to content

Commit 5d754f6

Browse files
author
Michał Mrożek
authored
[ETCM-273] Change logging behaviour and increase handshake timeout to investigate connection issue (#758)
1 parent 4f043d9 commit 5d754f6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/main/resources/logback.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
<appender-ref ref="METRICS" />
5757
</root>
5858

59-
<logger name="io.iohk.ethereum.network.rlpx.RLPxConnectionHandler" level="INFO" />
59+
<logger name="io.iohk.ethereum.network.rlpx.RLPxConnectionHandler" level="DEBUG" />
6060
<logger name="io.iohk.ethereum.blockchain.sync.SyncController" level="INFO" />
61-
<logger name="io.iohk.ethereum.network.PeerActor" level="INFO" />
61+
<logger name="io.iohk.ethereum.network.PeerActor" level="DEBUG" />
6262
<logger name="io.iohk.ethereum.vm.VM" level="OFF" />
6363

6464
</configuration>

src/universal/conf/testnet-internal.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ mantis {
3737
# All testnet members are assumed to be honest so blacklisting is turned off
3838
short-blacklist-duration = 0
3939
long-blacklist-duration = 0
40+
41+
wait-for-handshake-timeout = 15 seconds
42+
4043
}
4144

4245
rpc {

0 commit comments

Comments
 (0)