Merge pull request #37838 from Jordie0608/ithoughtaboutmakingthissendanemailbutidontwanttodrownmyinbox

Query debug logging
This commit is contained in:
Jordan Brown
2018-05-17 22:38:32 -04:00
committed by letterjay
parent c57467cde2
commit a61457cd47
7 changed files with 45 additions and 3 deletions
+2 -1
View File
@@ -20,7 +20,7 @@ GLOBAL_PROTECT(security_mode)
TgsNew()
GLOB.revdata = new
config.Load()
//SetupLogs depends on the RoundID, so lets check
@@ -95,6 +95,7 @@ GLOBAL_PROTECT(security_mode)
GLOB.sql_error_log = "[GLOB.log_directory]/sql.log"
GLOB.world_qdel_log = "[GLOB.log_directory]/qdel.log"
GLOB.world_runtime_log = "[GLOB.log_directory]/runtime.log"
GLOB.query_debug_log = "[GLOB.log_directory]/query_debug.log"
#ifdef UNIT_TESTS
GLOB.test_log = file("[GLOB.log_directory]/tests.log")