diff options
| author | Machiavelli <machiavelli.trinity@gmail.com> | 2011-02-20 20:26:55 +0100 |
|---|---|---|
| committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-02-20 20:26:55 +0100 |
| commit | 250bc09ded48cd22944a99436253b6f5f7fcc2d9 (patch) | |
| tree | 61139762c56fbac1431ad3506dcc205e7ea98ebd /src | |
| parent | e07e20ffcaf6911d4dd47e0895fbdc52c5a52f05 (diff) | |
Core/Log: Also add DebugLogMask config to authserver. Only logical value as of right now is 64
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/authserver/authserver.conf.dist | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ -87,6 +87,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. # Example: "SQLDriver.log" - (Enabled) |
