mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Switch the TSV Zeek logs to be UTF8 by default.
There is a paired zeek-testing branch for some updates there.
This commit is contained in:
parent
0746ef7ecc
commit
a4ceb98bf8
5 changed files with 10 additions and 4 deletions
|
@ -38,7 +38,7 @@ export {
|
|||
## written into logs.
|
||||
##
|
||||
## This option is also available as a per-filter ``$config`` option.
|
||||
const enable_utf_8 = F &redef;
|
||||
const enable_utf_8 = T &redef;
|
||||
|
||||
## Define the gzip level to compress the logs. If 0, then no gzip
|
||||
## compression is performed. Enabling compression also changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue