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)
committerHayley Mapley <hayleymapley@catalyst.net.nz>
Mon, 17 Feb 2020 21:59:16 +0000 (10:59 +1300)
commit7de90623889013b8b14a9074bf0a923fc8519d8e
treedb537fb2c263b10daff07586778f4b0f7fca8a0c
parentcea8fccd11b822874374e9c15f0f6691c9850787
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>
(cherry picked from commit 87eb710ad024da8a2018eba6442ed37d76a8bf98)
C4/Log.pm