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
- Host: GitHub
- URL: https://github.com/kh77/springboot-logback
- Owner: kh77
- Created: 2022-04-30T21:01:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T10:52:45.000Z (over 3 years ago)
- Last Synced: 2025-05-29T19:58:54.615Z (about 1 year ago)
- Topics: java, json-logging, log-back, logging, spring-boot
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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