nwaku/vendor/nim-chronicles/tests/streams/streams_different_property.test

13 lines
700 B
Plaintext
Raw Normal View History

program="../multiple_streams"
chronicles_streams="foo[textlines[stdout,nocolors]],bar[textlines[file,notimestamps,ansicolors]]"
[Output]
stdout="""INF 2018-10-12 21:56:43+02:00 logging to foo tid=0
INF 2018-10-12 21:56:43+02:00 logging to foo tid=0
"""
bar.log="""INF dynamic scope starts  tid=0 reqId=10 userId=20
INF dynamic scope ends  tid=0 reqId=10 userId=20
WRN about to exit main  tid=0
"""