Merge remote-tracking branch 'origin/unstable' into unstable

This commit is contained in:
Weblate 2015-11-15 01:05:35 +01:00
commit 2a72589787

View file

@ -94,7 +94,10 @@ def _init_moulinette(debug=False, verbose=False, quiet=False):
handlers.remove('tty')
elif verbose and 'tty' not in handlers:
handlers.append('tty')
root_handlers = handlers - set(['tty'])
root_handlers = handlers
if not debug:
root_handlers.remove('tty')
# Define loggers level
level = LOGGERS_LEVEL