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:
Michael DeHaan
2013-07-02 11:32:43 -04:00
parent ea72058e9c
commit 78eac4834e
3 changed files with 36 additions and 28 deletions

View File

@@ -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
)