An open API service indexing awesome lists of open source software.

https://github.com/kh77/springboot-logback

Spring boot log-back logging in a text or json file
https://github.com/kh77/springboot-logback

java json-logging log-back logging spring-boot

Last synced: 25 days ago
JSON representation

Spring boot log-back logging in a text or json file

Awesome Lists containing this project

README

          

# Spring Boot logging project using log-back

- Please check log-back.xml file for logging in console and file(threshold, maxSize)

- Restrict logging level through package level

- Write log in JSON or text file based upon condition 'file.write_json: true', check application.yml file

- Add dependency for json logback and janino for condition in the logback file