From 01450c01ab85c58dfa4c16b99b7d8a4333765296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 18 Aug 2016 11:55:03 +0200 Subject: [PATCH] copr: use /var/log/copr-frontend for logging this default changed recently in upstream, so due selinux we should follow --- roles/copr/frontend/templates/copr.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 958b98069d..b470a6af06 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -37,8 +37,8 @@ SEND_EMAILS = True PUBLIC_COPR_HOSTNAME = "{{ copr_frontend_public_hostname }}" -LOG_FILENAME = "/var/log/copr/frontend.log" -LOG_DIR = "/var/log/copr/" +LOG_FILENAME = "/var/log/copr-frontend/frontend.log" +LOG_DIR = "/var/log/copr-frontend/" # to accept stat events from logstash INTRANET_IPS = {{ copr_backend_ips }}