mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
copr: use /var/log/copr-frontend for logging
this default changed recently in upstream, so due selinux we should follow
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user