Skip to content

Commit 029c945

Browse files
authored
Remove obsolete exclusion
1 parent 714b0b8 commit 029c945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/logback-spring.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<configuration>
33
<!-- Stack Trace filters for better hashing and logging, see
44
https://github.com/logstash/logstash-logback-encoder/blob/master/stack-hash.md -->
5-
<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)"/>
5+
<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)"/>
66

77
<!-- Based on spring defaults, does not output thread information, shorter timestamp -->
88
<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}"/>
@@ -59,4 +59,4 @@
5959
<appender-ref ref="default" />
6060
</root>
6161
</springProfile>
62-
</configuration>
62+
</configuration>

0 commit comments

Comments
 (0)