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