Log file path changed for production environment

This commit is contained in:
Alexander Kislitsky 2014-09-29 18:24:53 +04:00
parent bc38416af7
commit e5e4186bc3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class Production(object):
PORT = 5000
HOST = 'localhost'
VALIDATE_RESPONSE = False
LOG_FILE = '/var/log/fuel-stat/collector.log'
LOG_FILE = '/var/log/fuel-stats/collector.log'
LOG_LEVEL = logging.ERROR
LOG_ROTATION = False
LOGGER_NAME = 'collector'