Skip to content

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

@mkobiolka

Description

@mkobiolka

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions