Bugzilla – Attachment 102168 Details for
Bug 18227
Koha::Logger utf8 handling defeating "wide characters in print"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18227: (QA follow-up) Add fix to koha-common.postinst
Bug-18227-QA-follow-up-Add-fix-to-koha-commonposti.patch (text/plain), 1020 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2020-04-01 03:20:05 UTC
(
hide
)
Description:
Bug 18227: (QA follow-up) Add fix to koha-common.postinst
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-04-01 03:20:05 UTC
Size:
1020 bytes
patch
obsolete
>From 864901597c6f45399339e2a42df9e333f1a56714 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 1 Apr 2020 00:11:19 -0300 >Subject: [PATCH] Bug 18227: (QA follow-up) Add fix to koha-common.postinst > >Now koha-common.postinst has a way to patch log4perl configs on >instances, we should patch the Z3950 responder config accordingly, >before it is backported to 19.11 or the 20.05 release :-D > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > debian/koha-common.postinst | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/debian/koha-common.postinst b/debian/koha-common.postinst >index 55f3c14bed..bdc55016e6 100644 >--- a/debian/koha-common.postinst >+++ b/debian/koha-common.postinst >@@ -154,6 +154,7 @@ log4perl.appender.Z3950.filename=/var/log/koha/$site/z3950-error.log > log4perl.appender.Z3950.mode=append > log4perl.appender.Z3950.layout=PatternLayout > log4perl.appender.Z3950.layout.ConversionPattern=[%d] [%p] %m %l %n >+log4perl.appender.Z3950.utf8=1 > > EOF > fi >-- >2.26.0
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 18227
:
60912
|
102167
|
102168
|
102223
|
102224