From 67a650ce383ef1a8653ecef143af462c968ce6c5 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Sat, 1 May 2021 09:32:09 -0400 Subject: [PATCH] Remove isolated logger from configmap Isolated nodes have been removed in upstream AWX --- roles/installer/templates/tower_config.yaml.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/installer/templates/tower_config.yaml.j2 b/roles/installer/templates/tower_config.yaml.j2 index c1676949..5a2a19db 100644 --- a/roles/installer/templates/tower_config.yaml.j2 +++ b/roles/installer/templates/tower_config.yaml.j2 @@ -77,7 +77,6 @@ data: LOGGING['loggers']['social']['handlers'] = ['console'] LOGGING['loggers']['system_tracking_migrations']['handlers'] = ['console'] LOGGING['loggers']['rbac_migrations']['handlers'] = ['console'] - LOGGING['loggers']['awx.isolated.manager.playbooks']['handlers'] = ['console'] LOGGING['handlers']['callback_receiver'] = {'class': 'logging.NullHandler'} LOGGING['handlers']['task_system'] = {'class': 'logging.NullHandler'} LOGGING['handlers']['tower_warnings'] = {'class': 'logging.NullHandler'}