feat: log filter decision more clearly, at info level
Signed-off-by: Lars Wirzenius liw@liw.fi
feat: log event filter evaluation in more detail
This is a step towards making filters more transparent.
Signed-off-by: Lars Wirzenius liw@liw.fi
2 files changed
+35
-10
9e84afec
→
a3dbd8f8
modified src/filter.rs
@@ -88,13 +88,18 @@ pub enum EventFilter {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -161,9 +166,7 @@ impl EventFilter {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified src/logger.rs
@@ -14,6 +14,7 @@ use crate::{
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -145,6 +146,7 @@ enum Id {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -433,6 +435,26 @@ pub fn queueproc_queue_length(len: usize) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|