Update tower warning log for current production and production updates

This commit is contained in:
Matthew Jones 2014-04-04 22:53:50 -04:00
parent 602f26f891
commit c60f89f884

View File

@ -408,7 +408,7 @@ LOGGING = {
'level': 'WARNING',
'class':'logging.handlers.RotatingFileHandler',
'filters': ['require_debug_false'],
'filename': os.path.join(BASE_DIR, 'tower_warnings.log'),
'filename': '/var/log/awx/tower_warnings.log',
'maxBytes': 1024*1024*5, # 5 MB
'backupCount': 5,
'formatter':'simple',