mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[mailman3] Clear logging section of settings.py
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user