15 Sep
2025
15 Sep
'25
2:53 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20956 --- Comment #29 from Jonathan Druart <jonathan.druart@gmail.com> --- I have not followed the last changes in this area (logging), but I don't think you should take care of the changes in C4/Logs.pm Well, I do think we should centralize it, but not without discussion and advertising. For instance, here is the call from Koha::Patron->store to_json( $info, { utf8 => 1, pretty => 1, canonical => 1 } ) It's bad (to_json is slower), but it uses pretty and canonical, what you don't. -- You are receiving this mail because: You are watching all bug changes.