debug time

This commit is contained in:
silicons
2021-01-08 03:03:14 -08:00
parent 10c67a8bf9
commit 03a0900afe
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -48,8 +48,7 @@ GLOBAL_LIST(topic_status_cache)
world.Profile(PROFILE_START)
GLOB.config_error_log = GLOB.world_manifest_log = GLOB.world_pda_log = GLOB.world_job_debug_log = GLOB.sql_error_log = GLOB.world_href_log = GLOB.world_runtime_log = GLOB.world_attack_log = GLOB.world_game_log = "data/logs/config_error.[GUID()].log" //temporary file used to record errors with loading config, moved to log directory once logging is set bl
start_log(GLOB.world_runtime_log)
world.log = GLOB.config_error_log = GLOB.world_manifest_log = GLOB.world_pda_log = GLOB.world_job_debug_log = GLOB.sql_error_log = GLOB.world_href_log = GLOB.world_runtime_log = GLOB.world_attack_log = GLOB.world_game_log = "data/logs/config_error.[GUID()].log" //temporary file used to record errors with loading config, moved to log directory once logging is set bl
log_world("World loaded at [TIME_STAMP("hh:mm:ss", FALSE)]!")