diff options
| author | Machiavelli <none@none> | 2010-08-26 21:50:54 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2010-08-26 21:50:54 +0200 |
| commit | 175fece0737a36690a2f9c283809c5b04b5c2a3c (patch) | |
| tree | 303f8521eca348c13cc650d71f453881586e5854 /src/server/worldserver | |
| parent | 11de1d43695c289effc5dccb4663d16f927cb657 (diff) | |
Core/Logging:
- Implement sLog.outSQLDriver that will log SQL driver related events (non-content related).
- Queries will now be logged into this file as well instead of normal log file (requires debug build).
- Don“t forget to update your authserver.conf and worldserver.conf
Core/build:
- Fix non-PCH build
--HG--
branch : trunk
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 64967b83f8c..ecc03f4a491 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -412,6 +412,11 @@ CleanCharacterDB = 0 # Log file of arena fights and arena team creations # Default: "" - do not create arena log file # +# SQLDriverLogFile +# Log file of SQL driver events. +# For effective query logging you need to build in debug configuration. +# Default: "" - Empty name for disable +# # LogColors # Color for messages (format "normal basic detail debug") # Default: "" - no colors @@ -540,6 +545,7 @@ GmLogTimestamp = 0 GmLogPerAccount = 0 RaLogFile = "ra_commands.log" ArenaLogFile = "" +SQLDriverLogFile = "" LogColors = "" EnableLogDB = 0 DBLogLevel = 2 |
