https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42714
--- Comment #11 from Martin Renvoize (ashimema) <[email protected]> --- 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 <[email protected]> Signed-off-by: David Nind <[email protected]> Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
