From 6624b6eba0ff2dab1fb3bbd46d19702cb2c8ce93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 7 Jul 2016 09:45:48 +0200 Subject: [PATCH] copr: add LOG_DIR this will be effective since next release, but lets not forget that --- roles/copr/frontend/templates/copr.conf | 1 + 1 file changed, 1 insertion(+) 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 }}