Core/Config: Add SQLDriverQueryLogging to authserver.conf (disabled by default, just like worldserver)

This commit is contained in:
Nay
2012-03-31 16:31:42 +01:00
parent 91c7b5d2ca
commit e3ae7ba498

View File

@@ -110,6 +110,14 @@ DebugLogMask = 64
SQLDriverLogFile = ""
#
# SQLDriverQueryLogging
# Description: Log SQL queries to the SQLDriverLogFile and console.
# Default: 0 - (Disabled, Query errors only)
# 1 - (Enabled, Full query logging - may have performance impact)
SQLDriverQueryLogging = 0
#
# LogTimestamp
# Description: Append timestamp to the server log file name.