mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] activate moulinette.core logging in cli
This commit is contained in:
parent
4476c968c0
commit
cf560b8f91
1 changed files with 5 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue