diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 63af8bc697..a0a93258a3 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -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 }}