14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
|
|
/var/log/pve/*.log /var/log/pve/tasks/*.log {
|
||
|
|
daily
|
||
|
|
rotate {{ proxmox_logrotate_rotate }}
|
||
|
|
compress
|
||
|
|
missingok
|
||
|
|
notifempty
|
||
|
|
maxsize {{ proxmox_logrotate_maxsize }}
|
||
|
|
create 0640 root adm
|
||
|
|
sharedscripts
|
||
|
|
postrotate
|
||
|
|
systemctl reload rsyslog >/dev/null 2>&1 || true
|
||
|
|
endscript
|
||
|
|
}
|