Change the log rotation configuration on log servers
This commit is contained in:
parent
fd857ae661
commit
7095a985fa
1 changed files with 5 additions and 2 deletions
|
@ -18,7 +18,10 @@
|
|||
su root syslog
|
||||
}
|
||||
|
||||
/var/log/eidas_*.log {
|
||||
/var/log/eidas_audit.log
|
||||
/var/log/eidas_process.log
|
||||
/var/log/eidas_proxy.log
|
||||
{
|
||||
rotate 7
|
||||
daily
|
||||
missingok
|
||||
|
@ -26,4 +29,4 @@
|
|||
delaycompress
|
||||
compress
|
||||
su root syslog
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue