[mailman3] Clear logging section of settings.py
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
25d4ecaa55
commit
b9f50bbcd2
1 changed files with 2 additions and 12 deletions
|
@ -349,21 +349,11 @@ LOGGING = {
|
|||
},
|
||||
},
|
||||
'loggers': {
|
||||
'django.request': {
|
||||
'django': {
|
||||
'handlers': [
|
||||
'file',
|
||||
# Don't send an email on server errors, there's just too many
|
||||
#{% if env == 'production' %}
|
||||
#'mail_admins',
|
||||
#{% endif %}
|
||||
#
|
||||
|
||||
],
|
||||
'level': 'DEBUG',
|
||||
},
|
||||
'django.security.DisallowedHost': {
|
||||
'handlers': ['null'],
|
||||
'propagate': False,
|
||||
'level': 'INFO',
|
||||
},
|
||||
'requests.packages.urllib3': {
|
||||
'level': 'WARNING',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue