http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7885 --- Comment #2 from Magnus Enger <magnus@enger.priv.no> --- Created attachment 8856 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8856&action=edit Bug 7885 - Change filename of TransferLog suggested by packages to fit with logrotate The apache accesslogs suggested by the default config files are called *_log, which results in them not getting picked up by logrotate, which looks for *.log. This patch changes the suggested filenames to *.log. To test: Not much to test here, just apply the patch and check that all occurences of TransferLog and CustomLog are now on the form *.log All the lines where these occur are commented out, so this will not actually change any behaviour. -- You are receiving this mail because: You are watching all bug changes.