Browse Source

Bug 13937: Fix the daemon log path.

directory _LOG_DIR_/logs does't exists.

All other log4perl -logs are out to _LOG_DIR_

Thank you for the good work Ere!

Signed-off-by: Stefan Berndtsson <stefan.berndtsson@ub.gu.se>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
remotes/origin/19.11.x
Olli-Antti Kivilahti 5 years ago
committed by Martin Renvoize
parent
commit
bf06e42414
Signed by: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 2
      etc/log4perl.conf

2
etc/log4perl.conf

@ -14,7 +14,7 @@ log4perl.appender.OPAC.layout.ConversionPattern=[%d] [%p] %m %l %n
log4perl.logger.z3950 = WARN, Z3950
log4perl.appender.Z3950=Log::Log4perl::Appender::File
log4perl.appender.Z3950.filename=__LOG_DIR__/logs/z3950-error.log
log4perl.appender.Z3950.filename=__LOG_DIR__/z3950-error.log
log4perl.appender.Z3950.mode=append
log4perl.appender.Z3950.layout=PatternLayout
log4perl.appender.Z3950.layout.ConversionPattern=[%d] [%p] %m %l %n

Loading…
Cancel
Save