HTTPLogger for Go Lang. It helps to log metadata about HTTP API logs and responses.
-
Updated
Jul 5, 2018 - Go
HTTPLogger for Go Lang. It helps to log metadata about HTTP API logs and responses.
this custom library serves as a middleware for Guzzle, facilitating the automatic logging of requests and responses in the application's logs. It provides additional visibility and traceability for the data flow between the client and the server.
Save logs to the file system in production mode
Middleware that records all the data of the incoming requests and outgoing responses into a *.json file. Recorded attributes: TimeStamp, Route, Method, QueryParameters, Headers, Payload.
Add a description, image, and links to the httplogger topic page so that developers can more easily learn about it.
To associate your repository with the httplogger topic, visit your repo's landing page and select "manage topics."