zouxuan 3 년 전
부모
커밋
69d171d1c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cooleshow-user/user-classroom/src/main/resources/logback-spring.xml

+ 1 - 1
cooleshow-user/user-classroom/src/main/resources/logback-spring.xml

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