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:
parent
97e4ef8091
commit
01450c01ab
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue