Browse Source

优化日志配置

woody 1 năm trước cách đây
mục cha
commit
761b684cd9
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/main/resources/logback-spring.xml

+ 0 - 1
src/main/resources/logback-spring.xml

@@ -34,7 +34,6 @@
 
 	<root level="info">
 		<appender-ref ref="CONSOLE_APPENDER"/>
-		<appender-ref ref="FILE_APPENDER"/>
 		<appender-ref ref="ASYNC_FILE_APPENDER"/>
 	</root>
 </configuration>