feat: log enitre filter decision as one message
To get the whole filter decision extract the line from the log and run:
jq -r .fields.decision /tmp/x | jq .
2 files changed
+6
-4
1a329c79
→
7d740a9f
modified src/filter.rs
@@ -287,7 +287,7 @@ impl EventFilter {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -296,6 +296,7 @@ impl EventFilter {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/logger.rs
@@ -17,7 +17,7 @@ use crate::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -477,13 +477,14 @@ pub fn queueproc_filter_regex_error(pattern: &str, err: regex::Error) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|