Skip to content

Commit

Permalink
Remove obsolete exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 authored Jan 15, 2025
1 parent 714b0b8 commit 029c945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration>
<!-- Stack Trace filters for better hashing and logging, see
https://github.com/logstash/logstash-logback-encoder/blob/master/stack-hash.md -->
<property name="STE_EXCLUSIONS" value=".*FastClassBy(Spring)?CGLIB.*,.*EnhancerBySpringCGLIB.*,^sun\.reflect\..*\.invoke,^com\.sun\.,^sun\.net\.,^net\.sf\.cglib\.proxy\.MethodProxy\.invoke,^org\.springframework\.cglib\.,^org\.springframework\.transaction\.,^org\.springframework\.validation\.,^org\.springframework\.app\.,^org\.springframework\.aop\.,^java\.lang\.reflect\.Method\.invoke,^org\.springframework\.ws\..*\.invoke,^org\.springframework\.ws\.transport\.,^org\.springframework\.ws\.soap\.saaj\.SaajSoapMessage\.,^org\.springframework\.ws\.client\.core\.WebServiceTemplate\.,^org\.springframework\.web\.filter\.,^org\.apache\.tomcat\.,^org\.apache\.catalina\.,^org\.apache\.coyote\.,^java\.util\.concurrent\.ThreadPoolExecutor\.runWorker,^java\.lang\.Thread\.run$,^jdk\.internal\.reflect\.,^java\.lang\.reflect\.,^net\.bull\.javamelody\.,^org\.springframework\.web\..*([iI]nvoke|[hH]andle|doDispatch|doService)"/>
<property name="STE_EXCLUSIONS" value=".*FastClassBy(Spring)?CGLIB.*,.*EnhancerBySpringCGLIB.*,^sun\.reflect\..*\.invoke,^com\.sun\.,^sun\.net\.,^net\.sf\.cglib\.proxy\.MethodProxy\.invoke,^org\.springframework\.cglib\.,^org\.springframework\.transaction\.,^org\.springframework\.validation\.,^org\.springframework\.app\.,^org\.springframework\.aop\.,^java\.lang\.reflect\.Method\.invoke,^org\.springframework\.ws\..*\.invoke,^org\.springframework\.ws\.transport\.,^org\.springframework\.ws\.soap\.saaj\.SaajSoapMessage\.,^org\.springframework\.ws\.client\.core\.WebServiceTemplate\.,^org\.springframework\.web\.filter\.,^org\.apache\.tomcat\.,^org\.apache\.catalina\.,^org\.apache\.coyote\.,^java\.util\.concurrent\.ThreadPoolExecutor\.runWorker,^java\.lang\.Thread\.run$,^jdk\.internal\.reflect\.,^java\.lang\.reflect\.,^org\.springframework\.web\..*([iI]nvoke|[hH]andle|doDispatch|doService)"/>

<!-- Based on spring defaults, does not output thread information, shorter timestamp -->
<property name="CONSOLE_LOG_PATTERN" value="%clr(%d{HH:mm:ss.SSS}){faint} %clr(%5p) %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx}"/>
Expand Down Expand Up @@ -59,4 +59,4 @@
<appender-ref ref="default" />
</root>
</springProfile>
</configuration>
</configuration>

0 comments on commit 029c945

Please sign in to comment.