Switch tower_warnings.log to tower.log

This commit is contained in:
Matthew Jones
2015-05-05 16:53:06 -04:00
parent cdf6905bca
commit b07803d2b8

View File

@@ -48,7 +48,7 @@ LOGGING['handlers']['tower_warnings'] = {
'level': 'WARNING',
'class':'logging.handlers.RotatingFileHandler',
'filters': ['require_debug_false'],
'filename': '/var/log/tower/tower_warnings.log',
'filename': '/var/log/tower/tower.log',
'maxBytes': 1024*1024*5, # 5 MB
'backupCount': 5,
'formatter':'simple',