https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42742
--- Comment #1 from Eric Phetteplace <[email protected]> --- Created attachment 199851 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199851&action=edit Bug 42742: delete_records_via_leader.pl cronjob should log 1. Turn on CronjobLog 2. Either import records with a 'd' status or edit existing ones a. Example: change 000 field '00608nam...' to '00608dam...' 3. Run script: perl misc/cronjobs/delete_records_via_leader.pl -c -v -i 4. Check logsāno entries related to script itself (but there are for deleted objects) 5. Apply patch and repeat steps 2-4 6. When checking logs, they should include entries for the script running & a summary of deletions Small batches of records complete in the same second they're run, so unintuitively the summary may be listed on the Log Viewer _before_ record deletions and the script's Run entry, but the summary is created last. You can also verify this via a report: `SELECT * FROM logaction WHERE module = 'CRONJOBS'`. -- 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/
