Bugzilla – Attachment 167153 Details for
Bug 36948
Adjust SIPconfig for log_file and IP version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36948: (follow-up) Add chomp to sip log4perl config
Bug-36948-follow-up-Add-chomp-to-sip-log4perl-conf.patch (text/plain), 1.11 KB, created by
Marcel de Rooy
on 2024-05-24 08:53:48 UTC
(
hide
)
Description:
Bug 36948: (follow-up) Add chomp to sip log4perl config
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-05-24 08:53:48 UTC
Size:
1.11 KB
patch
obsolete
>From a19357c55baac9e6fa489cb93a720cf7025cd55f Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 24 May 2024 08:35:25 +0000 >Subject: [PATCH] Bug 36948: (follow-up) Add chomp to sip log4perl config >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > debian/templates/log4perl-site.conf.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/templates/log4perl-site.conf.in b/debian/templates/log4perl-site.conf.in >index 1466666dfe..fef013a8dd 100644 >--- a/debian/templates/log4perl-site.conf.in >+++ b/debian/templates/log4perl-site.conf.in >@@ -35,7 +35,7 @@ log4perl.appender.SIP=Log::Log4perl::Appender::File > log4perl.appender.SIP.filename=__LOG_DIR__/sip.log > log4perl.appender.SIP.mode=append > log4perl.appender.SIP.layout=PatternLayout >-log4perl.appender.SIP.layout.ConversionPattern=[%d] [%P] [%p] %X{accountid}@%X{peeraddr}: %m %l%n >+log4perl.appender.SIP.layout.ConversionPattern=[%d] [%P] [%p] %X{accountid}@%X{peeraddr}: %m{chomp} %l%n > log4perl.appender.SIP.utf8=1 > > log4perl.logger.plack-opac = WARN, PLACKOPAC >-- >2.30.2
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 36948
:
167112
|
167134
|
167147
|
167148
|
167149
|
167150
|
167151
|
167152
| 167153