Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 686 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 686 Bytes

Using tinylog with Spring Boot

There are two possibilities how to use tinylog together with Spring Boot. The simplest way is to add the tinylog API and configure logging via Spring. In thise case, just add tinylog-jul or tinylog-jboss as dependency. See profile "output via spring" in POM

The second way is to replace Spring Boot's Logback implementation with tinylog. In this case, all log entries from Spring will be redirected to tinylog and logging can be configured via tinylog. See profile "output via tinylog" in POM