http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8190 --- Comment #62 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to comment #57)
There are five issues that absolutely must be fixed: 1) The ->debug() level needs to work.
It has always worked, see comment #49
2) Private variable need to be eliminated from the module level and the code made thread-safe.
Done, tested with Plack
3) The unit test must be changed to not require the database.
Done, removed the C4::Context requirement
4) The $log package variable should not be in Koha::Utils::Logger. Any static configuration should be handled entirely in C4::Context. 5) If Koha::Utils::Logger is object-oriented, it must not be an Exporter.
Done -- You are receiving this mail because: You are watching all bug changes.