我在堆栈跟踪中看到了很多行,这些行并没有真正的用处。在文件或控制台附加程序中,我们可以通过提供编码器模式来过滤它们。我们如何针对数据库附加程序执行此操作。 DB附加程序似乎没有采用编码器和模式。
我为FILE和CONSOLE附加程序提供了这种模式,但不适用于DB附加程序。
<encoder><pattern>%d{yyyy-MM-dd HH:mm:ss:SSS} %5p %t [%c{0}.%M:%L]
%m%n%rEx{full,
java.lang.reflect.Method,
org.apache.catalina,
org.apache.tomcat,
org.apache.coyote,
org.springframework.core,
org.springframework.boot,
org.springframework.security,
org.springframework.transaction,
org.springframework.web,
sun.reflect
}</pattern></encoder>