aws / aws-xray-java-agent

The official AWS X-Ray Auto Instrumentation Agent for Java.
Apache License 2.0
42 stars 18 forks source link

Java Agent doesn't respect log level when using Spring Boot #117

Open willarmiros opened 2 years ago

willarmiros commented 2 years ago

Due to the differences in classloading used by Spring Boot vs. other Java apps, the java agent does not respect the configured Logging level for spring boot apps. We should investigate why this is and fix it.