Bug 16436 - Allow action logs to be logged to the koha log file
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 3 May 2016 18:58:57 +0000 (18:58 +0000)
committerFrédéric Demians <f.demians@tamil.fr>
Fri, 5 Aug 2016 05:49:50 +0000 (07:49 +0200)
commit70f48519f024e26157ebae4e7c0e028fa9b4d43a
treee97e48bbc9ead726ef4774d0b4cbc598ef46c4a0
parent32833f95dbf8fd2559b2da4146b30e850182ee0f
Bug 16436 - Allow action logs to be logged to the koha log file

Test Plan:
1) Ensure that your Koha::Logger configuration is in good working order
2) Apply this patch
3) Modify the first line of your log4perl.conf file from:
    log4perl.logger.intranet = WARN, INTRANET
   to
    log4perl.logger.intranet = INFO, INTRANET
4) Change a system preference setting
5) Note the new line in your log file!

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit ce8c55fba055e856af406587894c6d67c68bc681)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
C4/Log.pm