copr: add LOG_DIR

this will be effective since next release, but lets not forget that
This commit is contained in:
Miroslav Suchý 2016-07-07 09:45:48 +02:00
parent c2de3f2caf
commit 6624b6eba0

View file

@ -38,6 +38,7 @@ SEND_EMAILS = True
PUBLIC_COPR_HOSTNAME = "{{ copr_frontend_public_hostname }}"
LOG_FILENAME = "/var/log/copr/frontend.log"
LOG_DIR = "/var/log/copr/"
# to accept stat events from logstash
INTRANET_IPS = {{ copr_backend_ips }}