[Koha-bugs] [Bug 25284] Can't open /var/log/koha/kohadev/opac-error.log (Permission denied)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 28 02:21:22 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25284

--- Comment #28 from David Cook <dcook at prosentient.com.au> ---
We've been having this issue again lately in 20.11... I'm going to keep my eye
on it.

Ahh I talked about this a bit on Bug 16357, but I never followed through.

The real fix is to do the following change.

FROM:
log4perl.appender.INTRANET=Log::Log4perl::Appender::File
log4perl.appender.INTRANET.filename=__LOG_DIR__/intranet-error.log
log4perl.appender.OPAC=Log::Log4perl::Appender::File
log4perl.appender.OPAC.filename=__LOG_DIR__/opac-error.log

TO:

log4perl.appender.INTRANET=Log::Log4perl::Appender::Screen
log4perl.appender.INTRANET.stderr  = 1
log4perl.appender.OPAC=Log::Log4perl::Appender::Screen
log4perl.appender.OPAC.stderr  = 1

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list