remove fache cache receiver

This commit is contained in:
Chris Meyers
2017-06-19 15:33:24 -04:00
parent 4c118159ed
commit ec2e537f63
10 changed files with 3 additions and 305 deletions

View File

@@ -1053,9 +1053,6 @@ LOGGING = {
'awx.main.consumers': {
'handlers': ['null']
},
'awx.main.commands.run_fact_cache_receiver': {
'handlers': ['fact_receiver'],
},
'awx.main.access': {
'handlers': ['null'],
'propagate': False,