mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add gzip log writing to the ascii writer.
This feature can be enabled globally for all logs by setting LogAscii::gzip_level to a value greater than 0. This feature can be enabled on a per-log basis by setting gzip-level in $confic to a value greater than 0.
This commit is contained in:
parent
2c2c9c9052
commit
c868a19a28
7 changed files with 191 additions and 8 deletions
|
@ -12,3 +12,4 @@ const empty_field: string;
|
|||
const unset_field: string;
|
||||
const use_json: bool;
|
||||
const json_timestamps: JSON::TimestampFormat;
|
||||
const gzip_level: count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue