소스 검색

酷乐秀支持课件查看

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

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

@@ -44,7 +44,7 @@
 	</springProfile>
 	<!--开发环境:打印控制台 -->
 	<springProfile name="dev">
-		<root level="INFO">
+		<root level="DEBUG">
 <!--			<appender-ref ref="stdout" />-->
 			<appender-ref ref="file" />
 		</root>