- 精华
- 阅读权限
- 130
- 好友
- 相册
- 分享
- 听众
- 收听
- 注册时间
- 2008-11-1
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2023-1-17 14:31:51
|
显示全部楼层
我吧所有log的日志路径都改到了 /genshin/srv/log
然后为了减少log ,所有程序只保留了debug和warning error
如果需要完整的话,修改/genshin/srv/gameserver/conf/ gameserver.xml
<LogList>
<DebugFile path="log/gameserver.log" level="DEBUG WARNING ERROR FATAL FIGHT_DEBUG VIEW_DEBUG" />
<WarningFile path="log/gameserver.warning.log" level="WARNING ERROR FATAL GROUP_WARNING" />
<ErrorFile path="log/gameserver.error.log" level="ERROR FATAL" />
<CmdFile path="log/gameserver.cmd.log" level="CMD" />
<PacketFile path="log/gameserver.packet.log" level="PACKET" />
<PlayerStatFile path="log/player.stat.log" level="STAT_PLAYER" />
<LuaFile path="log/gameserver.lua.log" level="LUA_INFO LUA_WARNING GROUP_WARNING" />
<PosFile path="log/gameserver.pos.log" level="POS" />
<FightStatFile path="log/gameserver.fight.stat.log" level="FIGHT_STAT" />
<AntiCheatFile path="log/gameserver.anti.log" level="ANTI_CHEAT" />
<NoticeFile path="log/gameserver.notice.log" level="NOTICE" />
<SecFile path="log/gameserver.sec.stat.log" level="SEC_STAT" />
<StatFightFile path="log/fight.stat.log" level="STAT_FIGHT" />
</LogList>
|
|