[Koha-bugs] [Bug 22678] Set 'Koha::Logger' as the default mojo logger for the REST API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 26 12:04:18 CEST 2022


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

--- Comment #13 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Plugin/Exceptions.pm:use Koha::Logger;
Plugin/Exceptions.pm:            my $logger = Koha::Logger->get({ interface =>
'api' });
Plugin/PluginRoutes.pm:use Koha::Logger;
Plugin/PluginRoutes.pm:        my $logger = Koha::Logger->get({ interface =>
'api' });
V1.pm:use Koha::Logger;
V1.pm:    my $logger = Koha::Logger->get({ interface => 'api' });
V1.pm:        my $logger = Koha::Logger->get({ interface => 'api' });

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


More information about the Koha-bugs mailing list