Tag: logging

  • How to trace distributed logs using Spring Cloud Sleuth?

    In the previous post, I explained how to trace logs across distributed applications/microservices using MDC design pattern provided by all major logging frameworks like slf4j. Spring Boot has made it even easier. You just need to include the dependency spring-cloud-sleuth and do some minor changes and your logs are automatically appended with tracing ids .The…