mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 17:35:45 +00:00
8 lines
358 B
Plaintext
8 lines
358 B
Plaintext
program="../lexical_scopes"
|
|
chronicles_sinks="textlines[notimestamps,file(mylog.txt)]"
|
|
chronicles_colors=None
|
|
[Output]
|
|
mylog.txt="""INF main started topics="main" tid=26319 a=12 b=overriden-b d=some-d arg=50 z=20 x=16 c=10
|
|
INF exiting tid=26319 msg="bye bye" b=overriden-b x=16 c=100 a=12
|
|
"""
|