We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8749d commit e6892dfCopy full SHA for e6892df
waku/waku_relay/protocol.nim
@@ -204,7 +204,7 @@ proc logMessageInfo*(
204
let payloadSize = float64(msg.payload.len)
205
206
if onRecv:
207
- notice "received relay message",
+ debug "received relay message",
208
my_peer_id = w.switch.peerInfo.peerId,
209
msg_hash = msg_hash,
210
msg_id = msg_id_short,
@@ -213,7 +213,7 @@ proc logMessageInfo*(
213
receivedTime = getNowInNanosecondTime(),
214
payloadSizeBytes = payloadSize
215
else:
216
- notice "sent relay message",
+ debug "sent relay message",
217
218
219
0 commit comments