@@ -257,11 +257,11 @@ LOGGING = {
'handlers': ['v1_push'],
'level': 'INFO',
'propagate': False
+ },
+ 'customized_push': {
+ 'handlers': ['customized_push'],
+ 'level': 'INFO',
+ 'propagate': False
}
- },
- 'customized_push': {
- 'handlers': ['customized_push'],
- 'level': 'INFO',
- 'propagate': False