日志调整

back_recharge
duhui 2021-09-16 11:27:57 +08:00
parent 42cbcab535
commit 9e964a10f1
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ public class ConfMessage {
File file = new File("conf/plat-configure.json");
// File file = new File("C://ljsd/gameserver_new/conf/plat-configure.json");
if (!file.exists()) {
LOGGER.error("the file plat-configure.json is not exists");
// LOGGER.error("the file plat-configure.json is not exists");
return;
}
InputStream in = new FileInputStream(file);

View File

@ -60,7 +60,7 @@ public class GMRequestHandler extends BaseHandler{
CommonProto.GMCommand gmCommand = CommonProto.GMCommand.parseFrom(message);
String command = gmCommand.getCommand();
int uid = iSession.getUid();
LOGGER.error("gm commond is {}",command);
LOGGER.info("gm commond is {}",command);
// if(command.startsWith("//check_fight")){
// FIGHT_LOGGER.error(command);
// CommonProto.GmResponse.Builder gmBuilder = CommonProto.GmResponse.newBuilder();

View File

@ -516,9 +516,9 @@ public class DeathPathLogic {
.setPathId(pathId).setServerName(serverName).build();
Family.DeathPathFirstChangeIndication indication = Family.DeathPathFirstChangeIndication.newBuilder().setChangeInfo(info).build();
GuildLogic.sendIndicationToMember(guildInfo, MessageTypeProto.MessageType.DEATH_PATH_FIRST_CHANGE_INDICATION,indication);
}else{
}/*else{
LOGGER.error("Exception公会信息为空不能发送推送公会id为{}",n.getValue());
}
}*/
}
LOGGER.info("信息修改,需要推送");
}