mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-08-25 15:31:16 +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:
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user