How to customize Spring Boot Console logs

Spring Boot provides a simple way to configure and customize console logs using various properties. In this tutorial, we will discuss the different ways to customize Spring Boot console logs and improve the application’s readability and performance.

Read more

Configuring Spring Boot to use Log4j

This article introduces you to using Log4j in Spring Boot application by showing the configuration steps you need to put in place and a sample application that uses log4j. Spring Logging at high level Out of the box, Spring Boot configures logging via Logback to log to the console at the level INFO. In most … Read more