https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28700
--- Comment #26 from Andrew Nugged <[email protected]> --- Tomás: switching to JSON will save logs messages ("dumps") well. JSON in 'action_logs' also ok for me, Main "bug" (unexpected behavior) it won't solve but will solve LOGs crazy growth. I mean - that won't resolve behavior when by design "->unblessed" is expected to return the hash of scalars, and it "sometimes" returns references to objects. If to solve with fixing "unblessed" behavior I am also as Nick more to "explicit workarounds", as was in 1st patch from Petro - that allows detecting more another wrong (non-scalar) data coming in if some more than DateTime present. -- 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/
