Merge branch 'dev'

This commit is contained in:
Ara Sadoyan
2026-05-27 14:58:56 +02:00

View File

@@ -33,6 +33,7 @@ pub async fn load_configuration(d: &str, kind: &str) -> (Option<Configuration>,
} }
} }
Err(e) => { Err(e) => {
error!("Config read failed, retrying...");
last_error = Some(e); last_error = Some(e);
} }
} }