mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-30 00:25:45 +00:00
15 lines
704 B
Plaintext
15 lines
704 B
Plaintext
|
program="../topics_and_loglvls"
|
||
|
chronicles_sinks="textlines[stdout]"
|
||
|
chronicles_colors=None
|
||
|
chronicles_timestamps=None
|
||
|
chronicles_log_level=DEBUG
|
||
|
chronicles_required_topics=foo
|
||
|
[Output]
|
||
|
stdout="""WRN inside foo topics="foo" tid=26518 b=10 arg=10
|
||
|
INF inside foo topics="foo" tid=26518 b=10 arg=10
|
||
|
DBG inside foo topics="foo" tid=26518 b=10 arg=10
|
||
|
WRN inside foobar topics="foo bar" tid=26518 b=10 arg=20
|
||
|
INF inside foobar topics="foo bar" tid=26518 b=10 arg=20
|
||
|
DBG inside foobar topics="foo bar" tid=26518 b=10 arg=20
|
||
|
"""
|