[Koha-bugs] [Bug 32612] Koha background worker should log to worker-error/output.log

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 7 13:05:04 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32612

--- Comment #36 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 146315
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=146315&action=edit
Bug 32612: (QA follow-up) Add BINMODE method to C4::SIP::Trapper

The module Log::Log4perl::Appender::Screen is attempting to change
binmode during unit tests for SIPServer and is failing because of
our tie in SIPServer.pm for reasons unknown.

This patch implements the perltie method TIEHANDLE which allows the
binmode to be handled in the C4::SIP::Trapper package.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list