Attempt to fix the failing tests in CI
This commit is contained in:
parent
7617e293a9
commit
acd490916f
|
@ -590,7 +590,7 @@ proc p2pProtocolBackendImpl*(p: P2PProtocol): Backend =
|
|||
msg.defineThunk quote do:
|
||||
proc `thunkName`(`daemonVar`: `DaemonAPI`,
|
||||
`streamVar`: `P2PStream`) {.async, gcsafe.} =
|
||||
when `msgNameLit` == "beaconBlocksByRange":
|
||||
when `msgNameLit` == "beaconBlocksByRange" and chronicles.runtimeFilteringEnabled:
|
||||
setLogLevel(LogLevel.TRACE)
|
||||
defer: setLogLevel(LogLevel.DEBUG)
|
||||
trace "incoming beaconBlocksByRange stream"
|
||||
|
|
Loading…
Reference in New Issue