Update Logging

You can choose between errors, warning, info or full debug, errors will always log to ensure we don't have silent failures with debug on or off.
This commit is contained in:
Yusarina
2025-04-11 23:45:36 +01:00
parent d1912d2dba
commit c31d25dd01
48 changed files with 15954 additions and 14 deletions
+3
View File
@@ -89,3 +89,6 @@ class AvatarToolKit_PT_SettingsPanel(Panel):
if props.debug_expand:
col = debug_box.column(align=True)
col.prop(props, "enable_logging")
if props.enable_logging:
col.prop(props, "log_level")