mirror of https://github.com/waku-org/nwaku.git
fix(filter): log is too large (#2665)
This commit is contained in:
parent
2463527b24
commit
cee020f26d
|
@ -217,7 +217,7 @@ proc handleMessage*(
|
|||
let msgHash = computeMessageHash(pubsubTopic, message).to0xHex()
|
||||
|
||||
debug "handling message",
|
||||
pubsubTopic = pubsubTopic, message = message, msg_hash = msgHash
|
||||
pubsubTopic = pubsubTopic, msg_hash = msgHash
|
||||
|
||||
let handleMessageStartTime = Moment.now()
|
||||
|
||||
|
|
Loading…
Reference in New Issue