From 9cf2343570027db9b0d5892f637551834f981c31 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 13 Jul 2017 16:29:57 -0400 Subject: [PATCH] Remove fact cache log setup from openshift configmap fact cache receiver doesn't appear to exist anymore --- installer/openshift/config/configmap.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/openshift/config/configmap.yml b/installer/openshift/config/configmap.yml index fac7563830..77ba30bc8d 100644 --- a/installer/openshift/config/configmap.yml +++ b/installer/openshift/config/configmap.yml @@ -40,7 +40,6 @@ data: LOGGING['loggers']['awx.main.commands.inventory_import']['handlers'] = ['console'] LOGGING['loggers']['awx.main.tasks']['handlers'] = ['console'] LOGGING['loggers']['awx.main.scheduler']['handlers'] = ['console'] - LOGGING['loggers']['awx.main.commands.run_fact_cache_receiver']['handlers'] = ['console'] LOGGING['loggers']['django_auth_ldap']['handlers'] = ['console'] LOGGING['loggers']['social']['handlers'] = ['console'] LOGGING['loggers']['system_tracking_migrations']['handlers'] = ['console']