Bug 21724

Summary: Koha::Logger for gather_print_notices.pl
Product: Koha Reporter: Olli-Antti Kivilahti <olli-antti.kivilahti>
Component: NoticesAssignee: Bugs List <koha-bugs>
Status: Patch doesn't apply --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: 0001-Bug-21724-Koha-Logger-for-gather_print_notices.pl.patch

Description Olli-Antti Kivilahti 2018-10-30 11:53:31 UTC
gather_print_notices.pl has no loggability, and silently ignores errors.

Also the Mime::Lite is deprecated.

Add some logging to gather_print_notices.pl for possible post mortem analysis and try to guess possible error/exception conditions.
Comment 1 Olli-Antti Kivilahti 2018-10-30 14:31:49 UTC
Created attachment 81622 [details] [review]
0001-Bug-21724-Koha-Logger-for-gather_print_notices.pl.patch