Page MenuHomePhabricator

Add better error logging for API usage
Closed, ResolvedPublic

Description

When we use the MediaWiki API I sometimes get a 500 error locally but no understanding of what's wrong in MediaWiki. Lets log the response body too so we can get as much information as possible of what's wrong.

Acceptance Criteria:

  • Make the API log response bodies and not only the response code on errors

Details