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:
Watermelon914
2025-01-03 13:02:27 -05:00
committed by GitHub
co-authored by Watermelon914
parent 6fd72f8f68
commit eac4df19ac
5 changed files with 25 additions and 0 deletions
@@ -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