mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge remote-tracking branch 'origin/unstable' into unstable
This commit is contained in:
commit
2a72589787
1 changed files with 4 additions and 1 deletions
|
@ -94,7 +94,10 @@ def _init_moulinette(debug=False, verbose=False, quiet=False):
|
||||||
handlers.remove('tty')
|
handlers.remove('tty')
|
||||||
elif verbose and 'tty' not in handlers:
|
elif verbose and 'tty' not in handlers:
|
||||||
handlers.append('tty')
|
handlers.append('tty')
|
||||||
root_handlers = handlers - set(['tty'])
|
|
||||||
|
root_handlers = handlers
|
||||||
|
if not debug:
|
||||||
|
root_handlers.remove('tty')
|
||||||
|
|
||||||
# Define loggers level
|
# Define loggers level
|
||||||
level = LOGGERS_LEVEL
|
level = LOGGERS_LEVEL
|
||||||
|
|
Loading…
Add table
Reference in a new issue