Browse Source

更新日志配置

woody 10 tháng trước cách đây
mục cha
commit
1bf9841516
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      vehicle-server/src/main/resources/logback-spring.xml

+ 0 - 2
vehicle-server/src/main/resources/logback-spring.xml

@@ -3,8 +3,6 @@
 	<property name="app" value="vehicle"/>
 	<springProperty name="path" source="logging.path" defaultValue="./"/>
 
-	<turboFilter class="com.chelvc.framework.base.interceptor.DynamicLoggingInterceptor"/>
-
 	<appender name="CONSOLE_APPENDER" class="ch.qos.logback.core.ConsoleAppender">
 		<encoder>
 			<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger: %msg%n</pattern>