28 Dec
2012
28 Dec
'12
12:36 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8190 --- Comment #49 from Jonathan Druart <jonathan.druart@biblibre.com> --- Hi Katrin, Yes it is normal. Try with : my $log = C4::Context->logger; the constructor Koha::Utils::Logger->new takes a level parameter. If it does not exist, the normal level is used. C4::Context->logger uses the level from the syspref LogLevel. -- You are receiving this mail because: You are watching all bug changes.