warning log on retry parce

This commit is contained in:
Ara Sadoyan
2026-05-27 14:54:21 +02:00
parent 5c3b72b7a3
commit 96a5aef7d0
2 changed files with 3 additions and 2 deletions

4
.gitignore vendored
View File

@@ -7,8 +7,8 @@
*.sh
/docs/
/docs
/etc/
/etc
etc/
etc
/target/
*.iml
.idea/

View File

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