mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Introduce script-land variable that can be used to set logdir.
Addresses GH-772
This commit is contained in:
parent
672504e265
commit
6bde33aca7
4 changed files with 22 additions and 1 deletions
|
@ -75,7 +75,8 @@ private:
|
|||
bool use_json;
|
||||
bool enable_utf_8;
|
||||
std::string json_timestamps;
|
||||
|
||||
std::string logdir;
|
||||
|
||||
threading::Formatter* formatter;
|
||||
bool init_options;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue