Skip to content

Commit

Permalink
logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Jul 4, 2024
1 parent d41d7ce commit 61c7815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion waku/factory/waku.nim
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ proc logConfig(conf: WakuNodeConf) =

info "Configuration. Network", cluster = conf.clusterId, maxPeers = conf.maxRelayPeers

for shard in conf.shards:
for shard in conf.pubsubTopics:
info "Configuration. Shards", shard = shard

for i in conf.discv5BootstrapNodes:
Expand Down
2 changes: 1 addition & 1 deletion waku/node/waku_node.nim
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ proc mountRelay*(

node.switch.mount(node.wakuRelay, protocolMatcher(WakuRelayCodec))

info "relay mounted successfully"
info "relay mounted successfully", pubsubTopics = pubsubTopics

# Subscribe to topics
for pubsubTopic in pubsubTopics:
Expand Down

0 comments on commit 61c7815

Please sign in to comment.