[mod] activate moulinette.core logging in cli

This commit is contained in:
Laurent Peuch 2020-12-31 14:05:39 +01:00 committed by Alexandre Aubin
parent 4476c968c0
commit cf560b8f91

View file

@ -143,6 +143,11 @@ def init_logging(interface="cli",
'handlers': ['file', 'tty'] if not quiet else ['file'],
'propagate': False,
},
'moulinette.core': {
'level': 'DEBUG' if debug else 'ERROR',
'handlers': ['file', 'tty'] if not quiet else ['file'],
'propagate': False,
},
},
'root': {
'level': 'DEBUG',