mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-05 19:43:41 +00:00
12 lines
464 B
Plaintext
12 lines
464 B
Plaintext
program="../topics_and_loglvls"
|
|
chronicles_sinks="textlines[stdout]"
|
|
chronicles_colors=None
|
|
chronicles_timestamps=None
|
|
chronicles_log_level=DEBUG
|
|
chronicles_required_topics="foo bar"
|
|
[Output]
|
|
stdout="""WRN inside foobar topics="foo bar" tid=26453 b=10 arg=20
|
|
INF inside foobar topics="foo bar" tid=26453 b=10 arg=20
|
|
DBG inside foobar topics="foo bar" tid=26453 b=10 arg=20
|
|
"""
|