diff --git a/config.py b/config.py index bd22a5d..39bf9a5 100644 --- a/config.py +++ b/config.py @@ -287,6 +287,7 @@ class ConfigStateHolder: path = self.runtime['config_file'] os.makedirs(os.path.dirname(path), exist_ok=True) dump_file(path, self.file) + logging.info(f'Created config file at {path}') config = ConfigStateHolder(file_conf_base=CONFIG_DEFAULTS)