mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 06:26:00 -03:30
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:
@@ -168,6 +168,7 @@ data:
|
|||||||
'()': 'logging.StreamHandler',
|
'()': 'logging.StreamHandler',
|
||||||
'level': 'DEBUG',
|
'level': 'DEBUG',
|
||||||
'formatter': 'simple',
|
'formatter': 'simple',
|
||||||
|
'filters': ['guid'],
|
||||||
}
|
}
|
||||||
|
|
||||||
LOGGING['loggers']['django.request']['handlers'] = ['console']
|
LOGGING['loggers']['django.request']['handlers'] = ['console']
|
||||||
|
|||||||
Reference in New Issue
Block a user