[Koha-bugs] [Bug 33020] Unsupported method history

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 22 11:04:41 CET 2023


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

--- Comment #6 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
This patch is fixing the problem and makes the test passes. However we lost
some debug info we had before.

Prior to 22678 we had

==> /var/log/koha/kohadev/plack-error.log <==
[2023-02-22 10:03:14.20431] [4790] [trace] [Ez_NLp-F8prN] GET
"/api/v1/acquisition/vendors"
[2023-02-22 10:03:14.21279] [4790] [trace] [Ez_NLp-F8prN] Template
"not_found.development.html.ep" not found
[2023-02-22 10:03:14.21307] [4790] [trace] [Ez_NLp-F8prN] Template
"not_found.html.ep" not found
[2023-02-22 10:03:14.21327] [4790] [trace] [Ez_NLp-F8prN] Rendering template
"mojo/debug.html.ep"
[2023-02-22 10:03:14.39498] [4790] [trace] [Ez_NLp-F8prN] 404 Not Found
(0.190631s, 5.246/s)

==> /var/log/koha/kohadev/plack.log <==
172.19.0.1 - - [22/Feb/2023:10:03:14 +0000] "GET
/api/v1/app.pl/api/v1/acquisition/vendors HTTP/1.1" 404 - "-" "curl/7.68.0"

Now we only see the 404 from plack.log

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


More information about the Koha-bugs mailing list