mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 22:43:09 +00:00
fix(filter): log is too large (#2665)
This commit is contained in:
parent
1d35ca970f
commit
a07cd90954
@ -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…
x
Reference in New Issue
Block a user