Bug 21797: Update two-column templates with Bootstrap grid: Acquisitions part 5
[koha.git] / debian / koha-common.logrotate
blob1f083fe69a24ce07c4c591963991e3e830a8f8fa
1 # Rotate log files for all Koha instances.
3 /var/log/koha/*/*.log {
4     rotate 5
5     weekly
6     missingok
7     copytruncate
8     compress
9     delaycompress
10     notifempty
11     sharedscripts
12     postrotate
13         /etc/init.d/apache2 reload > /dev/null
14     endscript