aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2012-03-31 16:31:42 +0100
committerNay <dnpd.dd@gmail.com>2012-03-31 16:31:42 +0100
commite3ae7ba498d3c9690f1a3ba4e4847f415debcccf (patch)
tree89c437e72d7b069d536d9cfbddd7518108b8e458 /src
parent91c7b5d2ca6cc1a51eabdc0ee9bcbe3d22c8a76a (diff)
Core/Config: Add SQLDriverQueryLogging to authserver.conf (disabled by default, just like worldserver)
Diffstat (limited to 'src')
-rw-r--r--src/server/authserver/authserver.conf.dist8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/server/authserver/authserver.conf.dist b/src/server/authserver/authserver.conf.dist
index 86423d53e18..e9ed4bd752d 100644
--- a/src/server/authserver/authserver.conf.dist
+++ b/src/server/authserver/authserver.conf.dist
@@ -111,6 +111,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.
# Logname_YYYY-MM-DD_HH-MM-SS.Ext for Logname.Ext