mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
logging: Add event_groups to Stream
This commit adds an optional event_groups field to the Logging::Stream record to associated event groups with logging streams. This can be used to disable all event groups of a logging stream when it is disabled. It does require making an explicit connection between the logging stream and the involved groups, however.
This commit is contained in:
parent
ba4b8faea2
commit
a0aa00fa81
6 changed files with 481 additions and 294 deletions
|
@ -0,0 +1,49 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
packet counting, 1
|
||||
packet observer, 1
|
||||
packet logging, 1
|
||||
packet counting, 2
|
||||
packet observer, 2
|
||||
packet logging, 2
|
||||
packet counting, 3
|
||||
packet observer, 3
|
||||
packet logging, 3
|
||||
packet counting, 4
|
||||
packet observer, 4
|
||||
packet logging, 4
|
||||
packet counting, 5
|
||||
packet observer, 5
|
||||
packet logging, 5
|
||||
packet counting, 6
|
||||
Log::disable_stream()
|
||||
packet counting, 7
|
||||
packet counting, 8
|
||||
packet counting, 9
|
||||
packet counting, 10
|
||||
packet counting, 11
|
||||
packet counting, 12
|
||||
packet counting, 13
|
||||
packet counting, 14
|
||||
packet counting, 15
|
||||
packet counting, 16
|
||||
packet counting, 17
|
||||
packet counting, 18
|
||||
packet counting, 19
|
||||
packet counting, 20
|
||||
packet counting, 21
|
||||
packet counting, 22
|
||||
packet counting, 23
|
||||
packet counting, 24
|
||||
packet counting, 25
|
||||
Log::enable_stream()
|
||||
packet observer, 25
|
||||
packet logging, 25
|
||||
packet counting, 26
|
||||
packet observer, 26
|
||||
packet logging, 26
|
||||
packet counting, 27
|
||||
packet observer, 27
|
||||
packet logging, 27
|
||||
packet counting, 28
|
||||
packet observer, 28
|
||||
packet logging, 28
|
Loading…
Add table
Add a link
Reference in a new issue