Merge pull request #9378 from tchellomello/guid-configmap-k8s

Added GUID filters for k8s/OCP environment

Reviewed-by: awxbot
             https://github.com/awxbot
This commit is contained in:
softwarefactory-project-zuul[bot] 2021-02-22 15:00:28 +00:00 committed by GitHub
commit e0bbd36b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,6 +168,7 @@ data:
'()': 'logging.StreamHandler',
'level': 'DEBUG',
'formatter': 'simple',
'filters': ['guid'],
}
LOGGING['loggers']['django.request']['handlers'] = ['console']