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:
Ivan FB
2025-10-15 10:49:36 +02:00
committed by GitHub
parent 7e3617cd48
commit 7e5041d5e1
88 changed files with 505 additions and 505 deletions
@@ -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()