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)
committerJoy Nelson <joy@bywatersolutions.com>
Mon, 10 Feb 2020 23:19:01 +0000 (23:19 +0000)
commitb078794fcb1705769dd78e5b156b3def35d7e195
tree8860b32d7b7462f86007dab5d2239f06f5fb566a
parent11b54eb159e49abe563d655bb031ca5c1aa9ea8f
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>
C4/Log.pm