37024d3b6d63d57944822db3d901874a296681c7
[koha.git] / koha-common.logrotate
1 # Rotate log files for all Koha instances.
2
3 /var/log/koha/*/*.log {
4     rotate 5
5     weekly
6     missingok
7     compress
8     delaycompress
9     notifempty
10     sharedscripts
11     postrotate
12         /etc/init.d/apache2 reload > /dev/null
13     endscript
14 }