GH-2641: Lazy-load syslog to avoid creating bro.log on Windows

This commit is contained in:
Tim Wojtulewicz 2022-12-09 15:39:53 -07:00 committed by Tim Wojtulewicz
parent 991652f479
commit a1e8af7745
2 changed files with 8 additions and 1 deletions

View file

@ -325,6 +325,7 @@ private:
int errors;
bool via_events;
bool syslog_open;
int in_error_handler;
bool info_to_stderr;
bool warnings_to_stderr;