mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
GH-2641: Lazy-load syslog to avoid creating bro.log on Windows
This commit is contained in:
parent
991652f479
commit
a1e8af7745
2 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue