Skip to content

Add Debugging for HTTP Requests

Divyansh Jain requested to merge Demigod/tracker:HTTP-Logger into main

The HTTP module is now more complicated, it would be useful to diagnose errors by running TRACKER_DEBUG=http and seeing logs of all GET & POST methods. This change introduces basic logging of all HTTP requests and their respective responses/errors.

Fixes: #448 (closed)

Merge request reports