Bugzilla – Attachment 50441 Details for
Bug 16303
Koha::Logger appenders for interfaces 'commandline' and 'sip2'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16303 - Koha::Logger appenders for interfaces 'commandline' and 'sip2'
Bug-16303---KohaLogger-appenders-for-interfaces-co.patch (text/plain), 1.28 KB, created by
Olli-Antti Kivilahti
on 2016-04-19 20:36:04 UTC
(
hide
)
Description:
Bug 16303 - Koha::Logger appenders for interfaces 'commandline' and 'sip2'
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2016-04-19 20:36:04 UTC
Size:
1.28 KB
patch
obsolete
>From fdabc274f512e02c53ed8e657ca7c69ae368e761 Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> >Date: Tue, 19 Apr 2016 23:35:32 +0300 >Subject: [PATCH] Bug 16303 - Koha::Logger appenders for interfaces > 'commandline' and 'sip2' > >--- > etc/log4perl.conf | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > >diff --git a/etc/log4perl.conf b/etc/log4perl.conf >index 4d07756..6fa5619 100644 >--- a/etc/log4perl.conf >+++ b/etc/log4perl.conf >@@ -11,3 +11,17 @@ log4perl.appender.OPAC.filename=__LOG_DIR__/opac.log > log4perl.appender.OPAC.mode=append > log4perl.appender.OPAC.layout=PatternLayout > log4perl.appender.OPAC.layout.ConversionPattern=[%d] [%p] %m %l %n >+ >+log4perl.logger.commandline = WARN, CLI >+log4perl.appender.CLI=Log::Log4perl::Appender::File >+log4perl.appender.CLI.filename=__LOG_DIR__/cli.log >+log4perl.appender.CLI.mode=append >+log4perl.appender.CLI.layout=PatternLayout >+log4perl.appender.CLI.layout.ConversionPattern=[%d] [%p] %m %l %n >+ >+log4perl.logger.sip2 = WARN, SIP2 >+log4perl.appender.SIP2=Log::Log4perl::Appender::File >+log4perl.appender.SIP2.filename=__LOG_DIR__/sip2.log >+log4perl.appender.SIP2.mode=append >+log4perl.appender.SIP2.layout=PatternLayout >+log4perl.appender.SIP2.layout.ConversionPattern=[%d] [%p] %m %l %n >\ No newline at end of file >-- >1.9.1
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 16303
: 50441 |
50457