feat: add DEBUG_LEARNER and DEBUG_COMMS categories for targeted learner/comms debugging

This commit is contained in:
Xurkon
2026-03-16 22:33:31 -05:00
parent 6b0fdcf9b4
commit f0550fddee
4 changed files with 25 additions and 19 deletions
@@ -391,6 +391,8 @@ function QuestieOptions.tabs.advanced:Initialize()
[2] = "DEBUG_INFO",
[3] = "DEBUG_DEVELOP",
[4] = "DEBUG_SPAM",
[5] = "DEBUG_LEARNER",
[6] = "DEBUG_COMMS",
},
order = 5.09,
name = function() return l10n('Debug level to print'); end,