mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
chore: add version to logs at startup
This commit is contained in:
parent
52bf63a657
commit
80eca40bc3
@ -905,6 +905,7 @@ proc start*(node: WakuNode) {.async.} =
|
||||
## all its mounted protocols.
|
||||
|
||||
waku_version.set(1, labelValues=[git_version])
|
||||
info "Starting Waku node", version=git_version
|
||||
|
||||
let peerInfo = node.switch.peerInfo
|
||||
info "PeerInfo", peerId = peerInfo.peerId, addrs = peerInfo.addrs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user