remove references to the (now defunct) fact receiver

This commit is contained in:
Ryan Petrello
2019-05-01 17:03:26 -04:00
parent f3c023a11f
commit 50f9c70afd
6 changed files with 1 additions and 15 deletions

View File

@@ -63,7 +63,6 @@ data:
LOGGING['loggers']['rbac_migrations']['handlers'] = ['console']
LOGGING['loggers']['awx.isolated.manager.playbooks']['handlers'] = ['console']
LOGGING['handlers']['callback_receiver'] = {'class': 'logging.NullHandler'}
LOGGING['handlers']['fact_receiver'] = {'class': 'logging.NullHandler'}
LOGGING['handlers']['task_system'] = {'class': 'logging.NullHandler'}
LOGGING['handlers']['tower_warnings'] = {'class': 'logging.NullHandler'}
LOGGING['handlers']['rbac_migrations'] = {'class': 'logging.NullHandler'}