from debug to info

This commit is contained in:
Oliver Hartmann 2023-01-02 13:33:35 +01:00
parent 0c4054d94f
commit 3733a179f3

View File

@ -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)