Virendra Oswalvirendraoswal.com·May 16, 2024Enhance Java Application Logging with Custom Log4j AppendersIntroduction Logging is a crucial part of software development, giving important insights into how applications work. While frameworks like Log4j and Logback offer strong logging features, there are times when developers need custom logging solutions...Discuss·1.1K readsSpring Boot and its features.logging
Nikolay Stanchevnsnotes.hashnode.dev·Dec 17, 2022Adding Logging and Metrics to a Java REST APIIntroduction This post is a follow-up to the last two tutorials for building a Java REST API (Task Management Service) and integrating it with a MongoDB database: https://blog.teonisoftware.com/step-by-step-tutorial-for-building-a-rest-api-in-java ...Discuss·992 readsBuilding a task management REST API in JavaJava
Sudershan Sharmadesilog.com·Dec 3, 20225 EASIEST STEPS to Integrate Log4j2 with Spring Boot including JDBCAppenderBy default, Spring Boot uses logback, but you can easily integrate log4j2 with Spring Boot by removing the Starter logging library and adding the Spring Boot log4j2 library. I have created a youtube video including adding JDBC Appender. The video has...Discuss·1 like·96 readsjdbcappender