mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Merge branch 'logging-ascii-enable-shadow-logs' of https://github.com/awelzel/zeek into master
- Improved documentation/comment for the new option * 'logging-ascii-enable-shadow-logs' of https://github.com/awelzel/zeek: logging/ascii: Support leftover log rotation in non-supervisor setups
This commit is contained in:
commit
506d961b27
6 changed files with 23 additions and 5 deletions
|
@ -26,6 +26,14 @@ export {
|
|||
## This option is also available as a per-filter ``$config`` option.
|
||||
const use_json = F &redef;
|
||||
|
||||
## If true, detect log files that did not get properly rotated
|
||||
## by a previous Zeek process (e.g. due to crash) and rotate them.
|
||||
##
|
||||
## This requires a positive rotation interval to be configured
|
||||
## to have an effect. E.g. via :zeek:see:`Log::default_rotation_interval`
|
||||
## or the *interv* field of a :zeek:see:`Log::Filter`.
|
||||
const enable_leftover_log_rotation = F &redef;
|
||||
|
||||
## If true, valid UTF-8 sequences will pass through unescaped and be
|
||||
## written into logs.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue