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)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 2 Aug 2016 10:19:31 +0000 (10:19 +0000)
commitce8c55fba055e856af406587894c6d67c68bc681
tree6ae168c8864ad30d10118a99b3191101afdfd8d7
parentfcd139b22239206142809993cf9e328a3cdce38d
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>
C4/Log.pm