Bug 19074: Fix category display in Batch patron modification.
[koha.git] / etc / log4perl.conf
1 log4perl.logger.intranet = WARN, INTRANET
2 log4perl.appender.INTRANET=Log::Log4perl::Appender::File
3 log4perl.appender.INTRANET.filename=__LOG_DIR__/intranet-error.log
4 log4perl.appender.INTRANET.mode=append
5 log4perl.appender.INTRANET.layout=PatternLayout
6 log4perl.appender.INTRANET.layout.ConversionPattern=[%d] [%p] %m %l %n
7
8 log4perl.logger.opac = WARN, OPAC
9 log4perl.appender.OPAC=Log::Log4perl::Appender::File
10 log4perl.appender.OPAC.filename=__LOG_DIR__/opac-error.log
11 log4perl.appender.OPAC.mode=append
12 log4perl.appender.OPAC.layout=PatternLayout
13 log4perl.appender.OPAC.layout.ConversionPattern=[%d] [%p] %m %l %n