Bug 15447 - log4perl.conf does not have __LOG_DIR__ replaced when installing
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 30 Dec 2015 18:55:33 +0000 (18:55 +0000)
committerJulian Maurice <julian.maurice@biblibre.com>
Sun, 3 Jan 2016 10:28:56 +0000 (11:28 +0100)
commit082c69effaa6604f6e0e0714643663828f62fecc
tree17e72f379a436dd608a480997d93f001e26bf6c5
parent9f7432a480aee27ba4add9430ef609c595b48b86
Bug 15447 - log4perl.conf does not have __LOG_DIR__ replaced when installing

Since the introduction of Koha::Logger, it appears that the
log4perl.conf config file has been broken. The references to __LOG_DIR__
is not being replaced.

Test Plan:
1) Apply this patch
2) Run 'perl Makefile.PL'
3) Run 'make'
4) Open blib/KOHA_CONF_DIR/log4perl.conf with a text editor
5) Note the log file paths are correctly set, and do not have
   __LOG_DIR__ in them.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 30f5b7b0a62e243ce06f896c15b2689ac57706eb)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Makefile.PL