mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-05 19:43:41 +00:00
16 lines
817 B
Plaintext
16 lines
817 B
Plaintext
|
program="../topics_and_loglvls"
|
||
|
chronicles_sinks="textlines[stdout]"
|
||
|
chronicles_colors=None
|
||
|
chronicles_timestamps=None
|
||
|
chronicles_log_level=DEBUG
|
||
|
chronicles_enabled_topics="foo:INFO,bar:WARN,main"
|
||
|
[Output]
|
||
|
stdout="""WRN inside main topics="main" tid=26832 b=10 arg=50 a=1
|
||
|
INF inside main topics="main" tid=26832 b=10 arg=50 a=1
|
||
|
DBG inside main topics="main" tid=26832 b=10 arg=50 a=1
|
||
|
WRN inside foo topics="foo" tid=26832 b=10 arg=10
|
||
|
INF inside foo topics="foo" tid=26832 b=10 arg=10
|
||
|
WRN inside foobar topics="foo bar" tid=26832 b=10 arg=20
|
||
|
INF inside foobar topics="foo bar" tid=26832 b=10 arg=20
|
||
|
"""
|