mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Added optional script and redef bool to enable utf-8 in ASCII logs
This commit is contained in:
parent
6927dd1213
commit
66557d3178
10 changed files with 111 additions and 2 deletions
|
@ -65,6 +65,7 @@ private:
|
|||
|
||||
int gzip_level; // level > 0 enables gzip compression
|
||||
bool use_json;
|
||||
bool enable_utf_8;
|
||||
string json_timestamps;
|
||||
|
||||
threading::formatter::Formatter* formatter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue