diff options
author | eldritch horrors <pennae@lix.systems> | 2024-07-14 23:50:16 +0200 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-07-20 12:33:49 +0000 |
commit | 0109368c3faf5516aeddde45e8dc3c33e7163838 (patch) | |
tree | f497a0354d3472be4ab7e32c111a6a57cf32aa84 /src/libexpr/eval.cc | |
parent | d8c09b583644105c25e3023e98ffceb75333af2e (diff) |
libutil: make basic loggers thread-safe
SimpleLogger is not fully thread-safe, and all loggers that wrap it are
also not safe accordingly. this does not affect much, but in rare cases
it can cause interleaving of messages on stderr when used with the json
or raw log formats. the fix applied here is a bit of a hack, but fixing
this properly requires rearchitecting the logger infrastructure. nested
loggers are not the most natural abstraction here, and it is biting us.
Change-Id: Ifbf34fe1e85c60e73b59faee50e7411c7b5e7c12
Diffstat (limited to 'src/libexpr/eval.cc')
0 files changed, 0 insertions, 0 deletions