Browse Source

日志级别

xiatian 4 years ago
parent
commit
a6f399ce10

+ 1 - 1
themis-backend/src/main/resources/application.properties

@@ -65,7 +65,7 @@ spring.datasource.connect-properties=druid.stat.mergeSql=true;druid.stat.slowSql
 spring.main.allow-bean-definition-overriding=false
 
 #\u65E5\u5FD7\u914D\u7F6E
-logging.level.root=info
+logging.level.root=debug
 
 # MyBatis-Plus\u914D\u7F6E
 mybatis-plus.typeAliasesPackage=com.qmth.themis.business.entity

+ 1 - 1
themis-backend/src/main/resources/logback-spring.xml

@@ -32,7 +32,7 @@
         <appender-ref ref="STDOUT" />
     </logger>
 
-    <root level="INFO">
+    <root level="DEBUG">
         <appender-ref ref="DEBUG_APPENDER" />
         <appender-ref ref="STDOUT" />
     </root>

+ 1 - 1
themis-exam/src/main/resources/application.properties

@@ -61,7 +61,7 @@ spring.datasource.connect-properties=druid.stat.mergeSql=true;druid.stat.slowSql
 spring.main.allow-bean-definition-overriding=false
 
 #\u65E5\u5FD7\u914D\u7F6E
-logging.level.root=info
+logging.level.root=debug
 
 # MyBatis-Plus\u914D\u7F6E
 mybatis-plus.typeAliasesPackage=com.qmth.themis.business.entity

+ 1 - 1
themis-exam/src/main/resources/logback-spring.xml

@@ -32,7 +32,7 @@
         <appender-ref ref="STDOUT" />
     </logger>
 
-    <root level="INFO">
+    <root level="DEBUG">
         <appender-ref ref="DEBUG_APPENDER" />
         <appender-ref ref="STDOUT" />
     </root>

+ 1 - 1
themis-task/src/main/resources/application.properties

@@ -61,7 +61,7 @@ spring.datasource.connect-properties=druid.stat.mergeSql=true;druid.stat.slowSql
 spring.main.allow-bean-definition-overriding=false
 
 #\u65E5\u5FD7\u914D\u7F6E
-logging.level.root=info
+logging.level.root=debug
 
 # MyBatis-Plus\u914D\u7F6E
 mybatis-plus.typeAliasesPackage=com.qmth.themis.business.entity

+ 1 - 1
themis-task/src/main/resources/logback-spring.xml

@@ -32,7 +32,7 @@
         <appender-ref ref="STDOUT" />
     </logger>
 
-    <root level="INFO">
+    <root level="DEBUG">
         <appender-ref ref="DEBUG_APPENDER" />
         <appender-ref ref="STDOUT" />
     </root>