Mailman: filter out some useless logs
This commit is contained in:
parent
45490c50e6
commit
fbe6218dab
1 changed files with 3 additions and 0 deletions
|
@ -384,6 +384,9 @@ LOGGING = {
|
|||
'handlers': ['null'],
|
||||
'propagate': False,
|
||||
},
|
||||
'requests.packages.urllib3': {
|
||||
'level': 'WARNING',
|
||||
},
|
||||
},
|
||||
'formatters': {
|
||||
'verbose': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue