Bug 23896: logaction should pass the correct interface to Koha::Logger
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 25 Oct 2019 08:49:15 +0000 (08:49 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 14 Feb 2020 20:35:10 +0000 (20:35 +0000)
commit87eb710ad024da8a2018eba6442ed37d76a8bf98
treefa8affc4f51281f007b61c9ff4ca1466c5714c04
parent868f36e842c85b96f5697fa7c3201ccb0f76377f
Bug 23896: logaction should pass the correct interface to Koha::Logger

Trivial fix.

Test plan:
Run t/db../Log.t to ensure that we did not break stuff.
If you set opac to debug in log4perl config, inspect opac-error.log to see
if you have extra loglines from running the test script.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit b078794fcb1705769dd78e5b156b3def35d7e195)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Log.pm