mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-08-27 11:31:10 +00:00
Move log level from debug to info (#3622)
* convert all debug logs to info log level * waku_relay protocol mv notice spammy logs to debug
This commit is contained in:
@@ -52,7 +52,7 @@ proc sendThruWaku*(
|
||||
(await self.waku.node.publish(some(DefaultPubsubTopic), message)).isOkOr:
|
||||
return err("failed to publish message: " & $error)
|
||||
|
||||
debug "rate limit proof is appended to the message"
|
||||
info "rate limit proof is appended to the message"
|
||||
|
||||
return ok()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user