/var/logmarcus chiu

/var/log

❯

Computer

❯

Computer/Programming Languages

❯

Computer Languages - General-Purpose Programming Languages (GPL)

❯

Java Platform

❯

Java

❯

Java - Projects & Code Examples

❯

Java - Non-Native Libraries

❯

Java - Spring Family

❯

Java - Spring Boot

Java - Spring Boot - Logging/Log

Created on Sep 25, 2021 · Last Modified on May 18, 2022

Spring Boot uses commons logging for all internal logging but leaves the underlying log implementation open. Configurations are provided for:

  • Logback - when using spring boot starter dependencies, Logback is the default logger
  • Log4j2
  • Java Util Logging

Subpages

  • Java - Spring Boot - Log4j2

Resources

  • Spring Boot - https://www.baeldung.com/spring-boot-logging
  • Spring - https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.logging