From 8dcd3603c1125c25f1e0693583cd9af2ad7ab390 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Sun, 7 Apr 2024 16:05:33 +0200 Subject: [PATCH] add default --- lib/src/utils/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/utils/config.rs b/lib/src/utils/config.rs index 1361899e..997b7286 100644 --- a/lib/src/utils/config.rs +++ b/lib/src/utils/config.rs @@ -229,6 +229,7 @@ pub struct Logging { pub ingest_level: Option, #[serde(default)] pub detect_silence: bool, + #[serde(default)] pub ignore_lines: Vec, }