mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Logdir: Change requested by 0xxon, no problem
Suggestion from 0xxon to look at Input Framework inspired this change
This commit is contained in:
parent
6bde33aca7
commit
74561e922f
2 changed files with 11 additions and 4 deletions
|
@ -57,7 +57,7 @@ export {
|
|||
## Default logs to current directory
|
||||
## Can be redefined to send files into logging directory
|
||||
##
|
||||
const logdir = "." &redef;
|
||||
const logdir = "" &redef;
|
||||
|
||||
## Format of timestamps when writing out JSON. By default, the JSON
|
||||
## formatter will use double values for timestamps which represent the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue