One of the challenges in debugging issues in microservices is tracing the logs for each request as they are spread across multiple microservices.
This can be easily resolved by using MDC (Mapped Diagnostic Context) provided by most of the logging frameworks.
Here is how to do it in Spring Boot:
Top comments (0)