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