Browse Source

酷乐秀支持课件查看

zouxuan 1 năm trước cách đây
mục cha
commit
7dc78fcbfd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>