mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
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;
|