mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 17:35:45 +00:00
896 B
896 B
program="../lexical_scopes"
chronicles_sinks="textlines[file(lines.txt,truncate),nocolors],textblocks[file(blocks.txt,truncate),notimestamps,ansicolors]"
[Output]
lines.txt="""INF 2020-02-25 17:04:35+02:00 main started topics="main" tid=26216 a=12 b=overriden-b d=some-d arg=50 z=20 x=16 c=10
INF 2020-02-25 17:04:35+02:00 exiting tid=26216 msg="bye bye" b=overriden-b x=16 c=100 a=12
"""
blocks.txt="""INF main started topics="main"
tid: 26216
a: 12
b: overriden-b
d: some-d
arg: 50
z: 20
x: 16
c: 10
INF exiting
tid: 26216
msg: bye bye
b: overriden-b
x: 16
c: 100
a: 12
"""
chronicles_sinks="textlines[file(lines.txt,truncate),nocolors],textblocks[file(blocks.txt,truncate),notimestamps,ansicolors]"
[Output]
lines.txt="""INF 2020-02-25 17:04:35+02:00 main started topics="main" tid=26216 a=12 b=overriden-b d=some-d arg=50 z=20 x=16 c=10
INF 2020-02-25 17:04:35+02:00 exiting tid=26216 msg="bye bye" b=overriden-b x=16 c=100 a=12
"""
blocks.txt="""INF main started topics="main"
tid: 26216
a: 12
b: overriden-b
d: some-d
arg: 50
z: 20
x: 16
c: 10
INF exiting
tid: 26216
msg: bye bye
b: overriden-b
x: 16
c: 100
a: 12
"""