mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 22:43:09 +00:00
reinstate logging configuration
This commit is contained in:
parent
67ee374c2e
commit
4cc836e6fd
@ -155,6 +155,8 @@ proc new*(
|
||||
|
||||
?wakuConf.validate()
|
||||
|
||||
wakuConf.logConf()
|
||||
|
||||
info "Running nwaku node", version = git_version
|
||||
|
||||
var relay = newCircuitRelay(wakuConf.circuitRelayClient)
|
||||
|
||||
@ -140,7 +140,7 @@ type WakuConf* {.requiresInit.} = ref object
|
||||
|
||||
p2pReliability*: bool
|
||||
|
||||
proc log*(conf: WakuConf) =
|
||||
proc logConf*(conf: WakuConf) =
|
||||
info "Configuration: Enabled protocols",
|
||||
relay = conf.relay,
|
||||
rlnRelay = conf.rlnRelayConf.isSome,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user