settings: set all Lasso logs at the DEBUG level (fixes #22880)

Log domain of lasso has changed from lasso to Lasso and libxmlsec and
libxml2 errors now are logged in their own domains.
This commit is contained in:
Benjamin Dauvergne 2018-06-22 22:45:04 +02:00
parent 3dc6b4aab4
commit ce90ea3bd4
3 changed files with 21 additions and 3 deletions

View File

@ -99,7 +99,13 @@ LOGGING = {
'level': 'WARNING',
},
# lasso has the bad habit of logging everything as errors
'lasso': {
'Lasso': {
'filters': ['force_debug'],
},
'libxml2': {
'filters': ['force_debug'],
},
'libxmlsec': {
'filters': ['force_debug'],
},
'': {

View File

@ -100,7 +100,13 @@ LOGGING = {
'propagate': True,
},
# lasso has the bad habit of logging everything as errors
'lasso': {
'Lasso': {
'filters': ['force_debug'],
},
'libxml2': {
'filters': ['force_debug'],
},
'libxmlsec': {
'filters': ['force_debug'],
},
'': {

View File

@ -261,7 +261,13 @@ LOGGING = {
'level': 'WARNING',
},
# lasso has the bad habit of logging everything as errors
'lasso': {
'Lasso': {
'filters': ['force_debug'],
},
'libxml2': {
'filters': ['force_debug'],
},
'libxmlsec': {
'filters': ['force_debug'],
},
'': {