添加日志信息
parent
adbe1f5fde
commit
7771e161be
|
|
@ -41,7 +41,7 @@ public class HotfixUtil implements IEventHandler {
|
|||
@Override
|
||||
public void onEvent(IEvent event) throws Exception {
|
||||
doWork(SysUtil.getPath("conf/hotfix.json"));
|
||||
|
||||
LOGGER.info("Task1 end");
|
||||
}
|
||||
|
||||
private void doWork(String pathName){
|
||||
|
|
|
|||
|
|
@ -127,6 +127,7 @@ public class GlobleSystemLogic implements IEventHandler {
|
|||
LOGGER.error("Exception::=>{}", e.toString());
|
||||
}
|
||||
}
|
||||
LOGGER.info("task3 end");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -220,6 +220,7 @@ public class ActivityLogic implements IEventHandler{
|
|||
MissionEventDistributor.requestEnd(session,true);
|
||||
}, new LinkedList<>(OnlineUserManager.sessionMap.keySet()),5);
|
||||
|
||||
LOGGER.info("task2 end");
|
||||
}
|
||||
|
||||
public void newPlayerOpenActivityMission(User user) throws Exception {
|
||||
|
|
|
|||
Loading…
Reference in New Issue