mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 17:35:45 +00:00
16 lines
823 B
Plaintext
16 lines
823 B
Plaintext
program="../topics_and_loglvls"
|
|
chronicles_sinks="textlines[stdout]"
|
|
chronicles_colors=None
|
|
chronicles_timestamps=None
|
|
chronicles_log_level=INFO
|
|
[Output]
|
|
stdout="""WRN inside main topics="main" tid=26862 b=10 arg=50 a=1
|
|
INF inside main topics="main" tid=26862 b=10 arg=50 a=1
|
|
WRN inside foo topics="foo" tid=26862 b=10 arg=10
|
|
INF inside foo topics="foo" tid=26862 b=10 arg=10
|
|
WRN inside foobar topics="foo bar" tid=26862 b=10 arg=20
|
|
INF inside foobar topics="foo bar" tid=26862 b=10 arg=20
|
|
INF after main topics="general" tid=26862
|
|
INF exiting tid=26862 msg="bye bye"
|
|
"""
|