Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Logging to Consistently Capture Complete Request and Response Data #256

Open
mkobiolka opened this issue Jul 30, 2024 · 0 comments

Comments

@mkobiolka
Copy link

At the moment, only the HTTP status is logged if a request fails. This is insufficient for effective debugging and monitoring. To enhance our logging capabilities, we need a solution that consistently captures the following details for every request and response:

Request Details:

  • Full URL
  • HTTP Method
  • Request Headers
  • Request Body
  • Response Body
  • Status Code
  • Response Headers
  • Response Body

By capturing these details, we can better troubleshoot issues and understand client interactions. The log level for this detailed logging could be set to debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant