UniFormal / MMT

The MMT Language and System
https://uniformal.github.io/
Other
68 stars 23 forks source link

Logger / Report not Thread Safe #414

Open tkw1536 opened 5 years ago

tkw1536 commented 5 years ago

when running the logger in multiple threads in parallel (such as with multiple parallel HTTP requests), logGroup {} does not work properly -- the indents get all mixed up.

/cc @florian-rabe

florian-rabe commented 5 years ago

logging from multiple threads is not supported yet

As log messages often only make sense when multiple messages are read in sequence, it's unclear what should be displayed at all.