[copr] frontend config: added logfile option

This commit is contained in:
Valentin Gologuzov 2015-02-16 11:06:13 +01:00
parent 96c87e648b
commit fe98e6b3bc

View file

@ -34,3 +34,5 @@ WTF_CSRF_ENABLED = True
SEND_EMAILS = True
PUBLIC_COPR_HOSTNAME = "{{ copr_frontend_public_hostname }}"
LOG_FILENAME = "/var/log/copr/frontend.log"