View | Details | Raw Unified | Return to bug 16303
Collapse All | Expand All

(-)a/etc/log4perl.conf (-1 / +14 lines)
Lines 11-13 log4perl.appender.OPAC.filename=__LOG_DIR__/opac.log Link Here
11
log4perl.appender.OPAC.mode=append
11
log4perl.appender.OPAC.mode=append
12
log4perl.appender.OPAC.layout=PatternLayout
12
log4perl.appender.OPAC.layout=PatternLayout
13
log4perl.appender.OPAC.layout.ConversionPattern=[%d] [%p] %m %l %n
13
log4perl.appender.OPAC.layout.ConversionPattern=[%d] [%p] %m %l %n
14
- 
14
15
log4perl.logger.commandline = WARN, CLI
16
log4perl.appender.CLI=Log::Log4perl::Appender::File
17
log4perl.appender.CLI.filename=__LOG_DIR__/cli.log
18
log4perl.appender.CLI.mode=append
19
log4perl.appender.CLI.layout=PatternLayout
20
log4perl.appender.CLI.layout.ConversionPattern=[%d] [%p] %m %l %n
21
22
log4perl.logger.sip2 = WARN, SIP2
23
log4perl.appender.SIP2=Log::Log4perl::Appender::File
24
log4perl.appender.SIP2.filename=__LOG_DIR__/sip2.log
25
log4perl.appender.SIP2.mode=append
26
log4perl.appender.SIP2.layout=PatternLayout
27
log4perl.appender.SIP2.layout.ConversionPattern=[%d] [%p] %m %l %n

Return to bug 16303