Skip to content

liborfuka/spring-boot-tomcat-logging-booster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Configuring your Spring Boot application for simple HTTP access logging using logback-access

The main goal of this booster is to send Tomcat's access logging to stdout, which, in the context of an application running on OpenShift, means appending access logs to the OpenShift console, thus enabling administrators to use the central logging facility to monitor Tomcat's activity.

You can also turn on Tomcat DEBUG logging by setting in application.yml: logging: level.org.apache.tomcat: "DEBUG"

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%