https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42714 --- Comment #11 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 199874 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199874&action=edit Bug 42714: Remove redundant manual cronlogaction calls from scripts Remove start/end cronlogaction calls and unused C4::Log imports from scripts that use Koha::Script, as these are now handled automatically by the INIT/END blocks. Scripts with mid-execution informational logging (plugins_nightly, harvest_oai, fines, process_message_queue) retain their C4::Log import and non-start/end cronlogaction calls. Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.