mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 14:39:26 -02:30
Change strings used for job events, do not use exception middleware that was masking error, do
not log callbacks for vars_files imports.
This commit is contained in:
@@ -98,7 +98,8 @@ TEMPLATE_CONTEXT_PROCESSORS += (
|
||||
)
|
||||
|
||||
MIDDLEWARE_CLASSES += (
|
||||
'awx.middleware.exceptions.ExceptionMiddleware',
|
||||
# masking 500 errors do not use for now?
|
||||
# 'awx.middleware.exceptions.ExceptionMiddleware',
|
||||
'django.middleware.transaction.TransactionMiddleware',
|
||||
# middleware loaded after this point will be subject to transactions
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user