Bug 18227: (QA follow-up) Add fix to koha-common.postinst
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 1 Apr 2020 03:11:19 +0000 (00:11 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 6 Apr 2020 10:02:27 +0000 (11:02 +0100)
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

debian/koha-common.postinst

index 55f3c14..bdc5501 100644 (file)
@@ -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