[Koha-bugs] [Bug 18205] Use Koha::Logger/Log4Perl using Mojolicious app log method

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 26 08:14:02 CEST 2022


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

--- Comment #37 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to David Cook from comment #33)
> (In reply to David Cook from comment #30)
> > Easy peasy lemon squeezy.
> 
> It really was that easy. Good call, Martin from several years ago.

Hmm. Too easy to be true? I tried the same yesterday. And got things like:

The application raised the following error:

  Can't call method "error" on an undefined value at
/usr/share/perl5/Mojolicious/Plugin/DefaultHelpers.pm line 94.

and the StackTrace middleware couldn't catch its stack trace, possibly because
your application overrides $SIG{__DIE__} by itself, preventing the middleware
from working correctly. Remove the offending code or module that does it: known
examples are CGI::Carp and Carp::Always.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list