Merge pull request #12313 from kevinz000/click_logs

[s]click logging
This commit is contained in:
Lin
2020-05-23 20:21:45 +00:00
committed by GitHub
5 changed files with 16 additions and 2 deletions
+2
View File
@@ -136,6 +136,7 @@ GLOBAL_LIST(topic_status_cache)
GLOB.subsystem_log = "[GLOB.log_directory]/subsystem.log"
GLOB.reagent_log = "[GLOB.log_directory]/reagents.log"
GLOB.world_crafting_log = "[GLOB.log_directory]/crafting.log"
GLOB.click_log = "[GLOB.log_directory]/click.log"
#ifdef UNIT_TESTS
@@ -155,6 +156,7 @@ GLOBAL_LIST(topic_status_cache)
start_log(GLOB.subsystem_log)
start_log(GLOB.reagent_log)
start_log(GLOB.world_crafting_log)
start_log(GLOB.click_log)
GLOB.changelog_hash = md5('html/changelog.html') //for telling if the changelog has changed recently
if(fexists(GLOB.config_error_log))