Browse Source

优化日志配置

woody 1 year ago
parent
commit
87b7506120
1 changed files with 0 additions and 1 deletions
  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>