mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Remove deprecated attributes.
To be more exact: &encrypt, &mergeable, &rotate_interval, &rotate_size Also removes no longer used redef-able constants: log_rotate_interval, log_max_size, log_encryption_key GH-243
This commit is contained in:
parent
0080c5ea09
commit
1ff2894af2
17 changed files with 17 additions and 561 deletions
|
@ -4588,18 +4588,9 @@ const cmd_line_bpf_filter = "" &redef;
|
|||
## the current/maximum limit on open files for the process.
|
||||
const max_files_in_cache = 0 &redef;
|
||||
|
||||
## Deprecated.
|
||||
const log_rotate_interval = 0 sec &redef;
|
||||
|
||||
## Deprecated.
|
||||
const log_rotate_base_time = "0:00" &redef;
|
||||
|
||||
## Deprecated.
|
||||
const log_max_size = 0.0 &redef;
|
||||
|
||||
## Deprecated.
|
||||
const log_encryption_key = "<undefined>" &redef;
|
||||
|
||||
## Write profiling info into this file in regular intervals. The easiest way to
|
||||
## activate profiling is loading :doc:`/scripts/policy/misc/profiling.zeek`.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue