From 250bc09ded48cd22944a99436253b6f5f7fcc2d9 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Sun, 20 Feb 2011 20:26:55 +0100 Subject: Core/Log: Also add DebugLogMask config to authserver. Only logical value as of right now is 64 --- src/server/authserver/authserver.conf.dist | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src') diff --git a/src/server/authserver/authserver.conf.dist b/src/server/authserver/authserver.conf.dist index 6bd1185305c..86423d53e18 100644 --- a/src/server/authserver/authserver.conf.dist +++ b/src/server/authserver/authserver.conf.dist @@ -86,6 +86,22 @@ LogLevel = 0 LogFile = "Auth.log" +# +# Debug Log Mask +# Description: Bitmask that determines which debug log output (level 3) +# will be logged. +# Possible flags: +# +# 64 - Anything related to network input/output, +# such as packet handlers and netcode logs +# +# Simply add the values together to create a bitmask. +# For more info see enum DebugLogFilters in Log.h +# +# Default: 0 (nothing) + +DebugLogMask = 64 + # # SQLDriverLogFile # Description: Log file for SQL driver events. -- cgit v1.2.3