Skip to content
Snippets Groups Projects
Commit 31698e15 authored by Vladimir Bahyl's avatar Vladimir Bahyl
Browse files

Fix the log rotation of the XROOT log

parent abe6dbc4
Branches
Tags
No related merge requests found
/var/log/cta/cta-frontend*.log {
compress
/var/log/cta/cta-frontend.log {
daily
missingok
rotate 500
compress
delaycompress
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
endscript
}
/var/log/cta/cta-frontend-xrootd.log {
daily
missingok
rotate 500
copytruncate
create 755 cta cta
compress
delaycompress
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment