fix typo in taskotron DBs and testdays configs

This commit is contained in:
Kamil Páral 2018-02-16 16:55:10 +01:00
parent 2340924394
commit ef740c2147
4 changed files with 4 additions and 4 deletions

View file

@ -4,6 +4,6 @@ RDB_URL = 'http://127.0.0.1/{{ resultsdb_endpoint }}/api/v2.0'
SECRET_KEY = '{{ resultsdb_frontend_secret_key }}'
FILE_LOGGING = False
LOGFILR = '/var/log/resultsdb_frontend/resultsdb_frontend.log'
LOGFILE = '/var/log/resultsdb_frontend/resultsdb_frontend.log'
SYSLOG_LOGGING = False
STREAM_LOGGING = True