diff --git a/main.py b/main.py index 21527ea..0dd9dfe 100644 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ def setup_args() -> Namespace: if __name__ == "__main__": args = setup_args() - log.debug(f'Read config from "{args.configfile}"') + log.info(f'Read config from "{args.configfile}"') conf = config.read_config(args.configfile) log.debug('Compiling regex') compile_regex(conf)