Bugzilla – Attachment 145974 Details for
Bug 32612
Koha background worker should log to worker-error/output.log
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32612: (QA Follow-up) Append to worker-error.log
Bug-32612-QA-Follow-up-Append-to-worker-errorlog.patch (text/plain), 1.34 KB, created by
Kyle M Hall (khall)
on 2023-02-01 17:43:10 UTC
(
hide
)
Description:
Bug 32612: (QA Follow-up) Append to worker-error.log
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-02-01 17:43:10 UTC
Size:
1.34 KB
patch
obsolete
>From 9793b4970b968a04068da47c39a6acb46aa28789 Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Wed, 1 Feb 2023 12:42:12 -0500 >Subject: [PATCH] Bug 32612: (QA Follow-up) Append to worker-error.log > >--- > etc/log4perl.conf | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > >diff --git a/etc/log4perl.conf b/etc/log4perl.conf >index c6db3797a2..bc71cd0d62 100644 >--- a/etc/log4perl.conf >+++ b/etc/log4perl.conf >@@ -14,12 +14,18 @@ log4perl.appender.OPAC.layout=PatternLayout > log4perl.appender.OPAC.layout.ConversionPattern=[%d] [%p] %m %l%n > log4perl.appender.OPAC.utf8=1 > >-log4perl.logger.worker = WARN, WORKER >+log4perl.logger.worker = WARN, WORKER, WORKERFILE > log4perl.appender.WORKER=Log::Log4perl::Appender::Screen > log4perl.appender.WORKER.stderr=1 > log4perl.appender.WORKER.layout=PatternLayout > log4perl.appender.WORKER.layout.ConversionPattern=[%d] [%p] %m %l%n > log4perl.appender.WORKER.utf8=1 >+log4perl.appender.WORKERFILE=Log::Log4perl::Appender::File >+log4perl.appender.WORKERFILE.filename=__LOG_DIR__/worker-error.log >+log4perl.appender.WORKERFILE.mode=append >+log4perl.appender.WORKERFILE.layout=PatternLayout >+log4perl.appender.WORKERFILE.layout.ConversionPattern=[%d] [%p] %m %l%n >+log4perl.appender.WORKERFILE.utf8=1 > > log4perl.logger.z3950 = WARN, Z3950 > log4perl.appender.Z3950=Log::Log4perl::Appender::File >-- >2.30.2
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 32612
:
145218
|
145960
|
145972
|
145973
|
145974
|
145995
|
146025
|
146026
|
146027
|
146061
|
146062
|
146063
|
146064
|
146065
|
146066
|
146315
|
146353