mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
The logging systems now supports fields of type set[<atomic_type>].
This commit is contained in:
parent
52c54859b6
commit
c6e3174bc8
7 changed files with 364 additions and 109 deletions
|
@ -69,6 +69,7 @@ const output_to_stdout: bool;
|
|||
const include_header: bool;
|
||||
const header_prefix: string;
|
||||
const separator: string;
|
||||
const set_separator: string;
|
||||
const empty_field: string;
|
||||
const unset_field: string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue