nwaku/vendor/nim-chronicles/tests/sinks/property_per_sink.test

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
 
"""