We have Koha::Logger for instantiating Log4perl loggers now.. it should be used here too.
Still the case
Still, still the case....
Created attachment 175402 [details] [review] Bug 22415: Update EDI to use Koha::Logger This patch updates the EDI code to use the Koha::Logger wrapper in preference to the bare Log::Log4perl module.
Created attachment 175403 [details] [review] Bug 22415: Add new log config for EDI This patch adds the Log4perl configurations required to match the existing prior use of Log4perl in EDI code.
Created attachment 175483 [details] [review] Bug 22415: Update EDI to use Koha::Logger This patch updates the EDI code to use the Koha::Logger wrapper in preference to the bare Log::Log4perl module. Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Created attachment 175484 [details] [review] Bug 22415: Add new log config for EDI This patch adds the Log4perl configurations required to match the existing prior use of Log4perl in EDI code. Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
It works! :) Without the patches from here, the tests of Bug 38423 fail. Because they use Koha::Logger to look what happened in the EDI process. This demonstrates that the patches here have the expected functionality.
Created attachment 176341 [details] [review] Bug 22415: Update EDI to use Koha::Logger This patch updates the EDI code to use the Koha::Logger wrapper in preference to the bare Log::Log4perl module. Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Created attachment 176342 [details] [review] Bug 22415: Add new log config for EDI This patch adds the Log4perl configurations required to match the existing prior use of Log4perl in EDI code. Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Created attachment 176343 [details] [review] Bug 22415: (QA follow-up) Fix misc qa issues Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Pushed for 25.05! Well done everyone, thank you!