https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36013 --- Comment #1 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 161797 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=161797&action=edit Bug 36013: update_totalissues.pl should not log Even when CataloguingLog is on, misc/cronjobs/update_totalissues.pl should not log the changes. It is useless and takes database space. Do like bulkmarcimport.pl : https://git.koha-community.org/Koha-community/Koha/src/branch/23.11.x/misc/m... Test plan : 1) Enable system preference CataloguingLog 2) Perform some issues and returns 3) Run : misc/cronjobs/update_totalissues.pl --use-stats --commit=1000 -v 4) Go to Tools > Log viewer 5) Check there are no new cataloguing logs -- You are receiving this mail because: You are watching all bug changes.