[Koha-bugs] [Bug 25464] Add ability to specify client IP and SIP account used in SIP2 logging

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 16 12:29:48 CEST 2021


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #104795|0                           |1
        is obsolete|                            |

--- Comment #8 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 119706
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=119706&action=edit
Bug 25464 - Add ability to specify client IP and SIP account used in SIP2
logging

Bug 15253 originally had the ability to specify the incoming IP address used
for
a given log statement via SIP, as well as the SIP2 account that was in use at
the time.
This data is very helpful for debugging purposes, and should be brought back.

Test Plan:
1) Apply this patch
2) Update you SIP ConversionPattern to "[%d] [%p] %X{accountid}@%X{peeraddr}:
%m %l %n"
3) Restart SIP
4) Use the SIP cli tester to make some SIP requests
5) View the SIP2 log, note the account id and client ip address show in the
log!

Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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


More information about the Koha-bugs mailing list