http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8190 --- Comment #57 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- I think I favor Log4Perl over LogLite, since it allows us to cut down dramatically on the amount of code that we are maintaining. However, I do not have a strong opinion on that. There are five issues that absolutely must be fixed: 1) The ->debug() level needs to work. 2) Private variable need to be eliminated from the module level and the code made thread-safe. 3) The unit test must be changed to not require the database. 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. -- You are receiving this mail because: You are watching all bug changes.