mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Adds TTS logging when something goes wrong (#88841)
## About The Pull Request Logs whenever there's a HTTP error on the DM side of TTS. ## Why It's Good For The Game Can help identify bugs and errors. --------- Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com>
This commit is contained in:
co-authored by
Watermelon914
parent
6fd72f8f68
commit
eac4df19ac
@@ -9,6 +9,10 @@
|
||||
category = LOG_CATEGORY_DEBUG_LUA
|
||||
master_category = /datum/log_category/debug
|
||||
|
||||
/datum/log_category/debug_tts
|
||||
category = LOG_CATEGORY_DEBUG_TTS
|
||||
master_category = /datum/log_category/debug
|
||||
|
||||
// This is not in the debug master category on purpose, do not add it
|
||||
/datum/log_category/debug_runtime
|
||||
category = LOG_CATEGORY_RUNTIME
|
||||
|
||||
Reference in New Issue
Block a user