Bro Module - Turn off JSON

This commit is contained in:
Mike Reeves
2018-11-02 10:03:40 -04:00
parent 74ca8450d1
commit 84df02ebe6
2 changed files with 2 additions and 2 deletions

View File

@@ -141,4 +141,4 @@
#@load custom/somebropolicy.bro
# Write logs in JSON
redef LogAscii::use_json = T;
#redef LogAscii::use_json = T;

View File

@@ -129,4 +129,4 @@
#@load custom/somebropolicy.bro
# Use JSON
redef LogAscii::use_json = T;
#redef LogAscii::use_json = T;