@@ -24,6 +24,13 @@ import cn.com.qmth.examcloud.web.support.SpringContextHolder;
DataSourceAutoConfiguration.class})
public class BridgeApp {
+ static {
+ String runtimeLevel = System.getProperty("log.commonLevel");
+ if (null == runtimeLevel) {
+ System.setProperty("log.commonLevel", "DEBUG");
+ }
+
/**
* main
*