Commit c781eaeb by 王祖波

log

parent 23d82b88
......@@ -54,8 +54,8 @@ public class HoloDataSource implements InitializingBean, DisposableBean {
if (!StringUtils.equals(changeEvent.getNamespace(), "application")) {
return;
}
log.info("监听刷新holo");
TraceIdUtil.traceBegin(TraceIdUtil.EntranceType.QUARTZ);
log.info("监听刷新holo");
ConfigChange connectionMaxIdleMsChange = changeEvent.getChange("connectionMaxIdleMs");
if ((connectionMaxIdleMsChange != null && connectionMaxIdleMsChange.getNewValue() != null)) {
init();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment