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