mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 09:26:38 +00:00
12 lines
315 B
Plaintext
12 lines
315 B
Plaintext
program="../custom_stream"
|
|
chronicles_sinks="textlines[stdout]"
|
|
chronicles_colors=None
|
|
chronicles_timestamps=None
|
|
|
|
[Output]
|
|
stdout="""INF before main tid=0 a=1 b=3
|
|
[INFO] inside main: (tid=0, key=val)
|
|
INF after main tid=0
|
|
[WARN] exiting: (tid=0)
|
|
"""
|