https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28700 --- Comment #26 from Andrew Nugged <nugged@gmail.com> --- 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.