Bugzilla – Attachment #110107: Bug 16357: (QA follow-up) Only initialize Log4perl module for
bug #16357
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 16357
Collapse All
|
Expand All
(-)
a/debian/templates/plack.psgi (-2 / +1 lines)
Lines 66-72 my $apiv1 = builder {
Link Here
66
$server->to_psgi_app;
66
$server->to_psgi_app;
67
};
67
};
68
68
69
Koha::Logger->get;
69
Koha::Logger->_init;
70
70
71
builder {
71
builder {
72
enable "ReverseProxy";
72
enable "ReverseProxy";
73
-
Return to
bug 16357