Summary: | writeoff_debts.pl should be logged | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Command-line Utilities | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | Pushed to stable --- | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
Severity: | normal | ||
Priority: | P5 - low | CC: | martin.renvoize, paul.derscheid, robin, Slodico |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.05.00,24.11.03
|
Circulation function: | |
Bug Depends on: | 39236 | ||
Bug Blocks: | |||
Attachments: |
Bug 37920: Add cronjob loggging to writeoff_debts.pl
Bug 37920: Add cronjob loggging to writeoff_debts.pl Bug 37920: Add cronjob loggging to writeoff_debts.pl |
Description
Andrew Fuerste-Henry
2024-09-13 14:32:12 UTC
*** Bug 38244 has been marked as a duplicate of this bug. *** Created attachment 178917 [details] [review] Bug 37920: Add cronjob loggging to writeoff_debts.pl This patch adds the same logging as other cronjobs have To test: 1 - Enable system preference CronjobLog 2 - perl misc/cronjobs/writeoff_debts.pl -v -c --added-after 2025-01-01 3 - Check the logs - no entries 4 - Apply patch 5 - Repeat 2 6 - Check the logs, two entries - one for the start and one for the end Created attachment 179144 [details] [review] Bug 37920: Add cronjob loggging to writeoff_debts.pl This patch adds the same logging as other cronjobs have To test: 1 - Enable system preference CronjobLog 2 - perl misc/cronjobs/writeoff_debts.pl -v -c --added-after 2025-01-01 3 - Check the logs - no entries 4 - Apply patch 5 - Repeat 2 6 - Check the logs, two entries - one for the start and one for the end Signed-off-by: Magnus Enger <magnus@libriotech.no> Tested on top of bug 39236. Works as advertised. Created attachment 179156 [details] [review] Bug 37920: Add cronjob loggging to writeoff_debts.pl This patch adds the same logging as other cronjobs have To test: 1 - Enable system preference CronjobLog 2 - perl misc/cronjobs/writeoff_debts.pl -v -c --added-after 2025-01-01 3 - Check the logs - no entries 4 - Apply patch 5 - Repeat 2 6 - Check the logs, two entries - one for the start and one for the end Signed-off-by: Magnus Enger <magnus@libriotech.no> Tested on top of bug 39236. Works as advertised. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Pushed for 25.05! Well done everyone, thank you! Nice work everyone! Pushed to 24.11.x for 24.11.03 |