26 Aug
2020
26 Aug
'20
2:32 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16357 --- Comment #97 from David Cook <dcook@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.