More precise configuration for pagure logging
This commit is contained in:
parent
0ed85cc46d
commit
d05ec70a9b
1 changed files with 10 additions and 0 deletions
|
@ -245,6 +245,11 @@ LOGGING = {
|
|||
'pagure': {
|
||||
'handlers': ['console'],
|
||||
'level': 'DEBUG',
|
||||
'propagate': True
|
||||
},
|
||||
'pagure.lib.encoding_utils': {
|
||||
'handlers': ['console'],
|
||||
'level': 'WARN',
|
||||
'propagate': False
|
||||
},
|
||||
'flask': {
|
||||
|
@ -257,6 +262,11 @@ LOGGING = {
|
|||
'level': 'WARN',
|
||||
'propagate': False
|
||||
},
|
||||
'binaryornot': {
|
||||
'handlers': ['console'],
|
||||
'level': 'WARN',
|
||||
'propagate': True
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue