sintonia/legacy/build/airtime-php.logrotate
Jonas L 0ce1634c9d
feat(legacy): rename log filepath (#1551)
BREAKING CHANGE: moved legacy log file from '/var/log/airtime/zendphp.log' to '/var/log/libretime/legacy.log'
2022-01-31 11:27:53 +02:00

11 lines
182 B
Text

/var/log/libretime/legacy.log {
compress
rotate 10
size 1000k
missingok
notifempty
sharedscripts
postrotate
chown www-data:www-data /var/log/airtime/
endscript
}