mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
[Optimize]优化日志输出 & 本地缓存统一管理(#800)
This commit is contained in:
@@ -22,7 +22,7 @@ public class TaskClusterAddedListener implements ApplicationListener<ClusterPhyA
|
||||
|
||||
@Override
|
||||
public void onApplicationEvent(ClusterPhyAddedEvent event) {
|
||||
LOGGER.info("class=TaskClusterAddedListener||method=onApplicationEvent||clusterPhyId={}||msg=listened new cluster", event.getClusterPhyId());
|
||||
LOGGER.info("method=onApplicationEvent||clusterPhyId={}||msg=listened new cluster", event.getClusterPhyId());
|
||||
Long now = System.currentTimeMillis();
|
||||
|
||||
// 交由KS自定义的线程池,异步执行任务
|
||||
|
||||
Reference in New Issue
Block a user