mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

- Formatters have been abstracted similarly to readers and writers now. - The Ascii writer has a new option for writing out logs as JSON. - The Ascii writer now has all options availble as per-filter options as well as global.
4 lines
115 B
Text
4 lines
115 B
Text
##! Loading this script will cause all logs to be written
|
|
##! out as JSON by default.
|
|
|
|
redef LogAscii::use_json=T;
|