[Koha-bugs] [Bug 15253] Add Koha::Logger based logging for SIP2

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 11 12:12:32 CEST 2020


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #103915|0                           |1
        is obsolete|                            |
 Attachment #103916|0                           |1
        is obsolete|                            |
 Attachment #103917|0                           |1
        is obsolete|                            |
 Attachment #103918|0                           |1
        is obsolete|                            |
 Attachment #103919|0                           |1
        is obsolete|                            |
 Attachment #103920|0                           |1
        is obsolete|                            |
 Attachment #103921|0                           |1
        is obsolete|                            |
 Attachment #104016|0                           |1
        is obsolete|                            |

--- Comment #91 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 104667
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104667&action=edit
Bug 15253: Add Koha::Logger based logging for SIP2

Now that we have Koha::Logger, we should use it in our SIP server. This
has the potential to make debugging SIP issue much easier. We should add
the userid for the sipuser to the namespace so we can allow for separate
files per sip user if wanted.

Test Plan:
1) Apply this patch set
2) Update the modififed log4perl.conf to your system
3) Restart your sip server
4) Tail your sip2.log, run some queries
5) Note you still get the same output messages as before, with the
   addition of the ip address and username ( if available )
   prefixing the message.

Signed-off-by: Liz Rea <wizzyrea at gmail.com>
Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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


More information about the Koha-bugs mailing list