Skip to content

perfectacle/spring-boot-2-logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You can change java version by editing sourceCompatibility in build.gradle file.

Logging Level

  • local: error, warn, info, debug
  • dev: error, warn, info, debug
  • prod: error, warn, info
  • test: error, warn, info, debug

Logging Appender

  • local: console, file(+access log)
  • dev: file(+access log)
  • prod: file(+access log)
  • test: console

About

Logging for each execution environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages