Add social log messages to tower's log on error

This commit is contained in:
Matthew Jones 2015-11-12 13:46:47 -05:00
parent 908b1b4094
commit 4832f48e06

View File

@ -827,5 +827,9 @@ LOGGING = {
'handlers': ['console', 'file', 'tower_warnings'],
'level': 'DEBUG',
},
'social': {
'handlers': ['console', 'file', 'tower_warnings'],
'level': 'DEBUG',
},
}
}