mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Logging: implement get_filter_names and small fixes.
get_filter_names(id: ID) : set[string] returns the names of the current list of filters for a specified log stream. Furthermore this commit makes a number of logging functions more robust by checking existence of values before trying to modify them. This commit also really implements (and tests) the enable_stream function.
This commit is contained in:
parent
fc6e3b4e36
commit
a4a9bf4199
8 changed files with 263 additions and 20 deletions
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
default,
|
||||
f1
|
||||
}
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue