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:
SecretsOTheP 2013-11-19 09:57:52 -05:00
parent 8b7984cf7d
commit f31b9ad98b

View File

@ -117,7 +117,7 @@ SET(EQEMU_DEBUG_LEVEL 5 CACHE STRING "EQEmu debug level:
OPTION(EQEMU_ENABLE_BOTS "Enable Bots" OFF)
#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
OPTION(COMMANDS_LOGGING "Enable GM Command logs" ON)