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

--- Comment #29 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to