mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 10:38:15 -03:30
Model changes based on jobs API discussion, code and test fixes to work with those changes.
This commit is contained in:
@@ -221,7 +221,7 @@ LOGGING = {
|
||||
'handlers': ['console'],
|
||||
},
|
||||
'django.request': {
|
||||
'handlers': ['console','mail_admins'],
|
||||
'handlers': ['mail_admins', 'console'],
|
||||
'level': 'ERROR',
|
||||
'propagate': False,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user