Skip to content

nirvanaflame/spring-boot-jersey-logger-aop-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run

Use Intellij run configs in .run folder or:

mvn spring-boot:run

Debug

mvn spring-boot:run -Dspring-boot.run.jvmArguments="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"

Test

Get Loggers

curl --request GET \
  --url 'http://localhost:8080/logging/loggers?filter=com.nf'

Set LogLevel

curl --request PUT \
  --url http://localhost:8080/logging/loggers \
  --header 'content-type: application/json' \
  --data '{
  "logger": "com.nf",
  "level": "info"
}'

About

Playground for Spring Boot Jersey WAR app, with logger configuration and AOP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages