Skip to content

akashchandwani/logging-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logging-demo

A demo spring boot application to log Rest calls and method invocation with additional values like timezone, sessionId, userId, httpMethod, http requests uri, etc...

Features -

  • Add timezone to the logs
  • Add sessionId to the logs
  • Add userId to the logs
  • Add http method to the logs
  • Add http request uri to the logs
  • A Filter to add sessionId, userId, http-method and http-request-uri to all the logs
  • A Filter to log all requests and the response (Request log contents - http method, http request URI,
  • An Aspect to track all method invocations and their return values
  • Add httptrace using spring-actuators

About

A demo application to log Rest calls and method invocation in a spring boot project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages