添加日志信息

back_recharge
lvxinran 2021-01-06 14:00:07 +08:00
parent adbe1f5fde
commit 7771e161be
3 changed files with 3 additions and 1 deletions

View File

@ -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){

View File

@ -127,6 +127,7 @@ public class GlobleSystemLogic implements IEventHandler {
LOGGER.error("Exception::=>{}", e.toString());
}
}
LOGGER.info("task3 end");
}

View File

@ -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 {