Merge pull request #641 from YunoHost/password-in-log

[fix] Admin password appearing in logs
This commit is contained in:
Alexandre Aubin 2019-02-07 15:16:03 +01:00 committed by GitHub
commit e4c6cd159b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,6 +149,11 @@ def _init_moulinette(use_websocket=True, debug=False, verbose=False):
'handlers': [], 'handlers': [],
'propagate': True, 'propagate': True,
}, },
'gnupg': {
'level': 'INFO',
'handlers': [],
'propagate': False,
},
}, },
'root': { 'root': {
'level': level, 'level': level,