deason 5 years ago
parent
commit
487f187e43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/cn/com/qmth/examcloud/app/ApiApplication.java

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/app/ApiApplication.java

@@ -27,7 +27,7 @@ public class ApiApplication extends SpringBootServletInitializer {
     static {
     static {
         String runtimeLevel = System.getProperty("log.commonLevel");
         String runtimeLevel = System.getProperty("log.commonLevel");
         if (null == runtimeLevel) {
         if (null == runtimeLevel) {
-            System.setProperty("log.commonLevel", "DEBUG");
+            System.setProperty("log.commonLevel", "INFO");
         }
         }
         System.setProperty("hibernate.dialect.storage_engine", "innodb");
         System.setProperty("hibernate.dialect.storage_engine", "innodb");
     }
     }