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

--- Comment #97 from David Cook <dc...@prosentient.com.au> ---
If a category doesn't exist in the Log4perl config, Log4perl will just create a
new logger that inherits from the root logger.

We don't define a root logger, and the root logger by default has no appenders.

If we'd just defined a root logger that output to STDERR, missing logs wouldn't
be an issue.

But we can't rely on someone setting up a root logger in their configuration,
as we've given too many options.

I suppose we could define an emergency root logger within Koha::Logger...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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/

Reply via email to