How to Disable Console Logging in Spring Boot 1. Overview Usually, console logs give us the opportunity to debug our system in an easy and intuitive way. Nevertheless, there are occasions when we don’t want to enable this feature in our system. In this quick tutorial, we’ll see how to… Continue Reading spring-boot-disable-console-logging

Changing the Logging Level at the Runtime for a Spring Boot Application 1. Introduction In this tutorial, we’re going to look at ways we can change the logging level of a Spring Boot application at runtime. As with many things, Spring Boot has built-in logging functionality that configures it for… Continue Reading spring-boot-changing-log-level-at-runtime

Spring Cloud Sleuth in a Monolith Application 1. Overview In this article, we’re introducing Spring Cloud Sleuth – a powerful tool for enhancing logs in any application, but especially in a system built up of multiple services. And for this writeup we’re going to focus on using Sleuth in a… Continue Reading spring-cloud-sleuth-single-application

3 Common Hibernate Performance Issues and How to Find Them in Your Log File Logging Persistence Hibernate 1. Introduction You’ve probably read some of the complaints about bad Hibernate performance or maybe you’ve struggled with some of them yourself. I have been using Hibernate for more than 15 years now… Continue Reading hibernate-common-performance-problems-in-logs