Bug 16661

Summary: Plack: Enable and differentiate logging in misc/plack/plackup.sh
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Marcel de Rooy <m.de.rooy>
Status: CLOSED WONTFIX QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: abl
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 16661: Plack: Enable and differentiate logging in misc/plack/plackup.sh
Bug 16661: Plack: Enable and differentiate logging in misc/plack/plackup.sh

Description Marcel de Rooy 2016-06-04 08:44:24 UTC
This is only about the plackup.sh script in misc.
Currently logging is disabled by default. I would prefer to enable by default.
Also logging does not differentiate between opac and intranet. It should.
Comment 1 Marcel de Rooy 2016-06-04 08:49:25 UTC Comment hidden (obsolete)
Comment 2 Marcel de Rooy 2016-06-13 09:01:48 UTC
Created attachment 52305 [details] [review]
Bug 16661: Plack: Enable and differentiate logging in misc/plack/plackup.sh

This is only about the plackup.sh script in misc.
Currently logging is disabled by default. I would prefer to enable by default.
Also logging does not differentiate between opac and intranet. It should.

Amended to use different file names for the plack logs, separate from the
apache logs. Apache probably listens too and uses the other logs.

Test plan:
Run plackup.sh for opac and intranet.
Verify that logfiles are used as you would expect.
Comment 3 Marcel de Rooy 2016-11-16 12:57:31 UTC
Closing this one. Nobody cares about it.