sitmun/sitmun-proxy-middleware

Enhance logging of the interaction between components

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.

The log information provided during the integration tests in the SITMUN Application Stack is scarce, making it difficult to diagnose issues and understand the interactions between components.

Describe the solution you'd like

A fine-grained description of the requests between the sitmun-proxy-middleware and the sitmun-backend-core. This should include detailed logging of request headers, body content, response status codes, and any errors encountered during the communication.

Describe alternatives you've considered

  • Using external monitoring tools, but this would introduce additional complexity and dependencies.

Additional context

Enhancing the logging within the sitmun-proxy-middleware and sitmun-backend-core will significantly improve our ability to debug and maintain the SITMUN Application Stack. It will also provide better insights during integration tests and help in identifying performance bottlenecks or errors in the request/response cycle.