diff --git a/.gitignore b/.gitignore index 1a52ed1..0a49077 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,8 @@ *.sh /docs/ /docs -/etc/ -/etc +etc/ +etc /target/ *.iml .idea/ diff --git a/src/utils/parceyaml.rs b/src/utils/parceyaml.rs index c77215c..947c022 100644 --- a/src/utils/parceyaml.rs +++ b/src/utils/parceyaml.rs @@ -33,6 +33,7 @@ pub async fn load_configuration(d: &str, kind: &str) -> (Option, } } Err(e) => { + error!("Config read failed, retrying..."); last_error = Some(e); } }