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