mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-28 15:46:33 +00:00
18 lines
971 B
Plaintext
18 lines
971 B
Plaintext
program="../topics_and_loglvls"
|
|
chronicles_sinks="textlines[stdout]"
|
|
chronicles_colors=None
|
|
chronicles_timestamps=None
|
|
chronicles_log_level=DEBUG
|
|
chronicles_enabled_topics="main foo"
|
|
[Output]
|
|
stdout="""WRN inside main topics="main" tid=26438 b=10 arg=50 a=1
|
|
INF inside main topics="main" tid=26438 b=10 arg=50 a=1
|
|
DBG inside main topics="main" tid=26438 b=10 arg=50 a=1
|
|
WRN inside foo topics="foo" tid=26438 b=10 arg=10
|
|
INF inside foo topics="foo" tid=26438 b=10 arg=10
|
|
DBG inside foo topics="foo" tid=26438 b=10 arg=10
|
|
WRN inside foobar topics="foo bar" tid=26438 b=10 arg=20
|
|
INF inside foobar topics="foo bar" tid=26438 b=10 arg=20
|
|
DBG inside foobar topics="foo bar" tid=26438 b=10 arg=20
|
|
"""
|