from debug to info
This commit is contained in:
parent
0c4054d94f
commit
3733a179f3
2
main.py
2
main.py
@ -15,7 +15,7 @@ def setup_args() -> Namespace:
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
args = setup_args()
|
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)
|
conf = config.read_config(args.configfile)
|
||||||
log.debug('Compiling regex')
|
log.debug('Compiling regex')
|
||||||
compile_regex(conf)
|
compile_regex(conf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user