mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Adding options to enable/disable local and remote logging.
Only the local option has an effect right now. Also moving Log::default_writer out of the bif into logging.bro.
This commit is contained in:
parent
d673c8c64c
commit
c355f5d1fa
4 changed files with 58 additions and 17 deletions
|
@ -6,8 +6,6 @@ module Log;
|
|||
#include "NetVar.h"
|
||||
%%}
|
||||
|
||||
const Log::default_writer: Writer;
|
||||
|
||||
type Filter: record;
|
||||
type Stream: record;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue