1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2024-09-03 20:06:10 +02:00

Merge pull request from YunoHost/warning_long_lock

[fix] moulinette logs were never displayed #lol
This commit is contained in:
Alexandre Aubin 2019-11-04 21:59:23 +01:00 committed by GitHub
commit a9de680afa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,7 @@ def _init_moulinette(debug=False, quiet=False):
}, },
'moulinette': { 'moulinette': {
'level': level, 'level': level,
'handlers': [], 'handlers': handlers,
'propagate': True, 'propagate': True,
}, },
'moulinette.interface': { 'moulinette.interface': {