mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 09:26:38 +00:00
14 lines
612 B
Plaintext
14 lines
612 B
Plaintext
program="../topics_and_loglvls"
|
|
chronicles_sinks="textlines[stdout]"
|
|
chronicles_colors=None
|
|
chronicles_timestamps=None
|
|
chronicles_log_level=DEBUG
|
|
chronicles_disabled_topics="foo bar"
|
|
[Output]
|
|
stdout="""WRN inside main topics="main" tid=26496 b=10 arg=50 a=1
|
|
INF inside main topics="main" tid=26496 b=10 arg=50 a=1
|
|
DBG inside main topics="main" tid=26496 b=10 arg=50 a=1
|
|
INF after main topics="general" tid=26496
|
|
INF exiting tid=26496 msg="bye bye"
|
|
"""
|