|
@@ -25,7 +25,7 @@ public class BridgeApp {
|
|
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");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|