program="../lexical_scopes" chronicles_sinks="textlines[stdout,file]" chronicles_colors=None chronicles_timestamps=None [Output] textlines_file_stdout.log="""INF main started topics="main" tid=21441 a=12 b=overriden-b d=some-d arg=50 z=20 x=16 c=10 INF exiting tid=21441 msg="bye bye" b=overriden-b x=16 c=100 a=12 INF main started topics="main" tid=22733 a=12 b=overriden-b d=some-d arg=50 z=20 x=16 c=10 INF exiting tid=22733 msg="bye bye" b=overriden-b x=16 c=100 a=12 INF main started topics="main" tid=26048 a=12 b=overriden-b d=some-d arg=50 z=20 x=16 c=10 INF exiting tid=26048 msg="bye bye" b=overriden-b x=16 c=100 a=12 """ stdout="""INF main started topics="main" tid=26048 a=12 b=overriden-b d=some-d arg=50 z=20 x=16 c=10 INF exiting tid=26048 msg="bye bye" b=overriden-b x=16 c=100 a=12 """