From fe98e6b3bc862d220ad94cf7d8a94ca90bf0789b Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Mon, 16 Feb 2015 11:06:13 +0100 Subject: [PATCH] [copr] frontend config: added logfile option --- roles/copr/frontend/templates/copr.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 49fb2fc26f..3792039c3a 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -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"