mirror of https://github.com/waku-org/nwaku.git
12 lines
476 B
Nim
12 lines
476 B
Nim
-d:chronicles_line_numbers
|
|
-d:discv5_protocol_id="d5waku"
|
|
-d:chronicles_runtime_filtering=on
|
|
-d:chronicles_sinks="textlines,json"
|
|
-d:chronicles_default_output_device=dynamic
|
|
# Disabling the following topics from nim-eth and nim-dnsdisc since some types cannot be serialized
|
|
-d:chronicles_disabled_topics="eth,dnsdisc.client"
|
|
-d:chronicles_log_level=INFO
|
|
# Results in empty output for some reason
|
|
#-d:"chronicles_enabled_topics=GossipSub:TRACE,WakuRelay:TRACE"
|
|
path = "../../"
|