pandorafms/pandora_agents/unix/pandora_agent_logrotate
2016-03-03 16:58:04 +09:00

11 lines
128 B
Plaintext

/var/log/pandora/pandora_agent.log {
weekly
missingok
size 300000
rotate 3
maxage 90
compress
notifempty
copytruncate
}