[Koha-bugs] [Bug 24629] SIP2 logs garbage

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 24 10:24:39 CET 2020


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

Magnus Enger <magnus at libriotech.no> changed:

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

--- Comment #11 from Magnus Enger <magnus at libriotech.no> ---
Created attachment 99480
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99480&action=edit
Bug 24629: SIP patron items contains an array of hashes

$patron->{items} contains the borrowers checkouts as an array of hashes
{ barcode => $item->barcode }

When printing to log we assumed these were only barcodes

This patch pushes the current checkout as a hash and maps the values retrieved
to a string

To test:
1 - Enable SIP debug mode
2 - Perform multiple checkouts for a patron
3 - Note the messages like:
    koha koha_sip_koha[13575]: ILS::Checkout: patron 123 has checked out
HASH(0x55a5b187f858), HASH(0x55a5b1896ad0), HASH(0x55a5b18a6cf0), 7826832
4 - Apply patch
5 - Restart all the things
6 - Do some checkouts via SIP
6 - Messages should now have barcodes

Signed-off-by: Magnus Enger <magnus at libriotech.no>
This patch and the one from Jonathan taken together seems to solve
the problem, I no longer see messages with HASH(...).

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


More information about the Koha-bugs mailing list