further reduce CI keymanager test log spam (#5250)

Remove verbose `gossip_eth2` logs not relevant for `test_keymanager_api`
from the log to debug CI issue.
This commit is contained in:
Etan Kissling 2023-08-05 00:16:19 +02:00 committed by GitHub
parent 001fbd0970
commit 4cf1a7e791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1492,7 +1492,7 @@ let
fatal "Invalid base port arg", basePort = basePortStr, exc = exc.msg fatal "Invalid base port arg", basePort = basePortStr, exc = exc.msg
quit 1 quit 1
for topicName in ["libp2p", "gossipsub"]: for topicName in ["libp2p", "gossipsub", "gossip_eth2"]:
doAssert setTopicState(topicName, Disabled) doAssert setTopicState(topicName, Disabled)
waitFor main(basePort) waitFor main(basePort)