Eric 2 سال پیش
والد
کامیت
5e685418f3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      mec-websocket/src/main/resources/logback-spring.xml

+ 1 - 1
mec-websocket/src/main/resources/logback-spring.xml

@@ -74,7 +74,7 @@
 
 	<!--生产环境:输出到文件 -->
 	<springProfile name="prod">
-		<root level="DEBUG">
+		<root level="WARN">
 			<appender-ref ref="stdout" />
 			<appender-ref ref="file" />
 		</root>