http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8190
--- Comment #62 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
