php-mpos/cronjobs/etc/logrotate.conf
Sebastian Grewe 9ff455d0dd Adding sample logrotation config and cron
This will allow pool operators to rotate the logfiles automatically via cron.
2013-07-24 11:13:28 +02:00

7 lines
64 B
Plaintext

"./logs/*.txt" {
copytruncate
rotate 7
compress
daily
}