aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
diff options
context:
space:
mode:
authorroot@trinity <none@none>2009-09-16 13:16:42 -0600
committerroot@trinity <none@none>2009-09-16 13:16:42 -0600
commitb07aba2513f0616aa7bee6a05c7cfa62b71aa0ee (patch)
treeabfb846f601edab0d2650da95b553b1db25f81d0 /src/trinitycore
parent00409c67cf9537a218e8786e9a7e3fbf1df0d73b (diff)
* Changed the logging for missing spell_script_target / spell_script_position
* entries in DB to "debug" level. * Set the default level for DBLogLevel in trinitycore.conf.dist to 2 "detail" --HG-- branch : trunk
Diffstat (limited to 'src/trinitycore')
-rw-r--r--src/trinitycore/trinitycore.conf.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist
index ae8ad473a37..2caeae3e33a 100644
--- a/src/trinitycore/trinitycore.conf.dist
+++ b/src/trinitycore/trinitycore.conf.dist
@@ -1,7 +1,7 @@
##########################################
# Trinity Core worldd configuration file #
##########################################
-ConfVersion=2009091201
+ConfVersion=2009091601
###################################################################################################################
# CONNECTIONS AND DIRECTORIES
@@ -431,7 +431,7 @@ RaLogFile = "ra_commands.log"
ArenaLogFile = ""
LogColors = ""
EnableLogDB = 0
-DBLogLevel = 1
+DBLogLevel = 2
LogDB.Char = 0
LogDB.GM = 0
LogDB.RA = 0