日志调整
parent
42cbcab535
commit
9e964a10f1
|
@ -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);
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -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("信息修改,需要推送");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue