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
+2 -2
View File
@@ -595,13 +595,13 @@ suite "Waku Filter - End to End":
await peers[index].mountFilterClient()
## connect switches
debug "establish connection", peerId = peers[index].peerInfo.peerId
info "establish connection", peerId = peers[index].peerInfo.peerId
await server.switch.connect(
peers[index].switch.peerInfo.peerId, peers[index].switch.peerInfo.listenAddrs
)
debug "adding subscription"
info "adding subscription"
(
await wakuFilter.subscriptions.addSubscription(
@@ -160,7 +160,7 @@ suite "RLN Proofs as a Lightpush Service":
"exception raised when calling register: " & getCurrentExceptionMsg()
let rootUpdated1 = waitFor manager1.updateRoots()
debug "Updated root for node1", rootUpdated1
info "Updated root for node1", rootUpdated1
if rootUpdated1:
let proofResult = waitFor manager1.fetchMerkleProofElements()
+1 -1
View File
@@ -160,7 +160,7 @@ suite "RLN Proofs as a Lightpush Service":
"exception raised when calling register: " & getCurrentExceptionMsg()
let rootUpdated1 = waitFor manager1.updateRoots()
debug "Updated root for node1", rootUpdated1
info "Updated root for node1", rootUpdated1
if rootUpdated1:
let proofResult = waitFor manager1.fetchMerkleProofElements()