mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Made the variable for disabling the logging system always default to ON instead of OFF. Changed the wording so it's less confusing.
This means that the debug logging information will not display at all by default, but the GM command logging will display enabled. If you need to diagnose the logs, simply turn them on at the expense of added CPU/Disk I/O
This commit is contained in:
parent
8b7984cf7d
commit
f31b9ad98b
@ -117,7 +117,7 @@ SET(EQEMU_DEBUG_LEVEL 5 CACHE STRING "EQEmu debug level:
|
|||||||
OPTION(EQEMU_ENABLE_BOTS "Enable Bots" OFF)
|
OPTION(EQEMU_ENABLE_BOTS "Enable Bots" OFF)
|
||||||
|
|
||||||
#Disable entire _mlog system (excludes trade/command logs)
|
#Disable entire _mlog system (excludes trade/command logs)
|
||||||
OPTION(DISABLE_LOGSYS "Enable Logging INI System" OFF)
|
OPTION(DISABLE_LOGSYS "Disable Logging INI System" ON)
|
||||||
|
|
||||||
#Enable GM Command log system
|
#Enable GM Command log system
|
||||||
OPTION(COMMANDS_LOGGING "Enable GM Command logs" ON)
|
OPTION(COMMANDS_LOGGING "Enable GM Command logs" ON)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user