mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 16:37:06 +00:00
Disable world.log by default
As it may cause bigger latency due to large amount of I/O. Signed-off-by: freghar <compmancz@gmail.com> (cherry picked from commit 87c210e5ccd4ee853b8f9e37100988d9e4bc4525) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
41b876b395
commit
d99d43a1d9
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ LogFileLevel = 0
|
||||||
LogFilter_TransportMoves = 1
|
LogFilter_TransportMoves = 1
|
||||||
LogFilter_CreatureMoves = 1
|
LogFilter_CreatureMoves = 1
|
||||||
LogFilter_VisibilityChanges = 1
|
LogFilter_VisibilityChanges = 1
|
||||||
WorldLogFile = "world.log"
|
WorldLogFile = ""
|
||||||
DBErrorLogFile = "DBErrors.log"
|
DBErrorLogFile = "DBErrors.log"
|
||||||
CharLogFile = "Char.log"
|
CharLogFile = "Char.log"
|
||||||
CharLogTimestamp = 0
|
CharLogTimestamp = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue