gkarlsson.spring-boot-example.15.1.1.source-code.logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-example Show documentation
Show all versions of spring-boot-example Show documentation
Examples on how to use db-scheduler with Spring Boot
<?xml version="1.0" encoding="UTF-8"?> <configuration> <include resource="org/springframework/boot/logging/logback/defaults.xml"/> <include resource="org/springframework/boot/logging/logback/console-appender.xml" /> <root level="INFO"> <appender-ref ref="CONSOLE" /> </root> </configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy