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"