feat(Core/Logging): Changed format of packet log file from .bin to .pkt (#5949)

This commit is contained in:
Kargatum
2021-06-17 21:51:45 +07:00
committed by GitHub
parent 9b5b229085
commit 2ba258a88b
3 changed files with 86 additions and 19 deletions

View File

@@ -67,14 +67,6 @@ RealmID = 1
DataDir = "."
#
# PidFile
# Description: World daemon PID file
# Example: "./world.pid" - (Enabled)
# Default: "" - (Disabled)
PidFile = ""
#
# LogsDir
# Description: Logs directory setting.
@@ -460,6 +452,29 @@ SetAllCreaturesWithWaypointMovementActive = 0
#
###################################################################################################
###################################################################################################
# SERVER LOGGING
#
# PidFile
# Description: World daemon PID file.
# Example: "./world.pid" - (Enabled)
# Default: "" - (Disabled)
PidFile = ""
#
# PacketLogFile
# Description: Binary packet logging file for the world server.
# Filename extension must be .pkt to be parsable with WowPacketParser.
# Example: "World.pkt" - (Enabled)
# Default: "" - (Disabled)
PacketLogFile = ""
# Extended Logging system configuration moved to end of file (on purpose)
#
###################################################################################################
###################################################################################################
# SERVER SETTINGS
#