[Koha-bugs] [Bug 28692] Reduce DB action_log table size

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 12 11:57:50 CEST 2021


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #3 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Data::Dumper->new([$self->unblessed], [qw(item)])->Indent(0)->Sortkeys(1)->Dump
)

Hmm Not really like the looks of this statement personally. Not so intuitive as
the easy functional interface print Dumper($a,$b)
Since we use that so often, this might be confusing.

Another thought:
Why not set a BEGIN block in C4/Log with something like:
$Data::Dumper::Indent = 0;
etc

And if you like preferences ;) you might wanna control this value somehow..

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


More information about the Koha-bugs mailing list