[Zeek-Dev] Proposal: Make Zeek's debug logging thread-safe

Johanna Amann johanna at corelight.com
Thu Jul 9 19:16:47 PDT 2020


On 9 Jul 2020, at 16:57, Bob Murphy wrote:

> Right now, if you try to use Zeek's debug logging facilities in 
> DebugLogger.h concurrently from multiple threads, the contents of 
> debug.log can get mixed up and look like like "word salad".

Is there a reason why you didn’t just use the Debug call of the 
threading framework (which goes through the message queues then ends up 
in debug.log)?

Johanna


More information about the Zeek-Dev mailing list