Bugzilla – Attachment 46099 Details for
Bug 15447
log4perl.conf does not have __LOG_DIR__ replaced when installing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15447 - log4perl.conf does not have __LOG_DIR__ replaced when installing
Bug-15447---log4perlconf-does-not-have-LOGDIR-repl.patch (text/plain), 1.08 KB, created by
Kyle M Hall (khall)
on 2015-12-30 19:00:11 UTC
(
hide
)
Description:
Bug 15447 - log4perl.conf does not have __LOG_DIR__ replaced when installing
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-12-30 19:00:11 UTC
Size:
1.08 KB
patch
obsolete
>From ec6bb7b0b31eec1ccc00ee0c48728bd8ee71139a Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 30 Dec 2015 18:55:33 +0000 >Subject: [PATCH] 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. >--- > Makefile.PL | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Makefile.PL b/Makefile.PL >index 96d2fb7..b2a8daa 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -497,6 +497,7 @@ my $pl_files = { > 'rewrite-config.PL' => [ > 'blib/KOHA_CONF_DIR/koha-conf.xml', > 'blib/KOHA_CONF_DIR/koha-httpd.conf', >+ 'blib/KOHA_CONF_DIR/log4perl.conf', > 'blib/ZEBRA_CONF_DIR/etc/default.idx', > 'blib/MISC_DIR/koha-install-log' > ], >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15447
:
46099
|
46119