uwsgi auto-reload on logging change

This commit is contained in:
AlanCoding
2016-12-06 19:18:14 -05:00
parent 24c208e243
commit 5ff62c97b6
3 changed files with 7 additions and 8 deletions

View File

@@ -999,7 +999,7 @@ LOGGING = {
'propagate': False,
},
'awx.analytics': {
'handlers': ['null'],
'handlers': ['http_receiver'],
'level': 'INFO',
'propagate': False
},