mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 17:35:45 +00:00
13 lines
814 B
Plaintext
13 lines
814 B
Plaintext
program="../lexical_scopes"
|
|
chronicles_sinks="textlines[file]"
|
|
chronicles_colors=None
|
|
chronicles_timestamps=None
|
|
[Output]
|
|
textlines_file.log="""INF main started topics="main" tid=21647 a=12 b=overriden-b d=some-d arg=50 z=20 x=16 c=10
|
|
INF exiting tid=21647 msg="bye bye" b=overriden-b x=16 c=100 a=12
|
|
INF main started topics="main" tid=22935 a=12 b=overriden-b d=some-d arg=50 z=20 x=16 c=10
|
|
INF exiting tid=22935 msg="bye bye" b=overriden-b x=16 c=100 a=12
|
|
INF main started topics="main" tid=26261 a=12 b=overriden-b d=some-d arg=50 z=20 x=16 c=10
|
|
INF exiting tid=26261 msg="bye bye" b=overriden-b x=16 c=100 a=12
|
|
"""
|