program="../lexical_scopes" chronicles_sinks="textlines[file(lines.txt,truncate)],textblocks[file(blocks.txt,truncate)],json[file(log.json,truncate)]" chronicles_colors=None chronicles_timestamps=None [Output] lines.txt="""INF main started topics="main" tid=26292 a=12 b=overriden-b d=some-d arg=50 z=20 x=16 c=10 INF exiting tid=26292 msg="bye bye" b=overriden-b x=16 c=100 a=12 """ log.json="""{"lvl":"INF","msg":"main started","topics":"main","tid":26292,"a":12,"b":"overriden-b","d":"some-d","arg":50,"z":20,"x":16,"c":10} {"lvl":"INF","msg":"exiting","tid":26292,"msg":"bye bye","b":"overriden-b","x":16,"c":100,"a":12} """ blocks.txt="""INF main started topics="main" tid: 26292 a: 12 b: overriden-b d: some-d arg: 50 z: 20 x: 16 c: 10 INF exiting tid: 26292 msg: bye bye b: overriden-b x: 16 c: 100 a: 12 """