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:
@@ -524,6 +524,16 @@
|
||||
"Settings.highlight_problem_bones": "Highlight Problem Bones",
|
||||
"Settings.highlight_problem_bones_desc": "Highlight bones with validation issues in the viewport",
|
||||
"Settings.bone_highlighting": "Bone Highlighting",
|
||||
"Settings.log_level": "Log Level",
|
||||
"Settings.log_level_desc": "Select the detail level for debug logging",
|
||||
"Settings.log_level.debug": "Debug",
|
||||
"Settings.log_level.debug_desc": "Show all log messages including detailed debug information",
|
||||
"Settings.log_level.info": "Info",
|
||||
"Settings.log_level.info_desc": "Show informational messages, warnings and errors",
|
||||
"Settings.log_level.warning": "Warning",
|
||||
"Settings.log_level.warning_desc": "Show only warnings and errors",
|
||||
"Settings.log_level.error": "Error",
|
||||
"Settings.log_level.error_desc": "Show only error messages",
|
||||
"Language.auto": "Automatic",
|
||||
"Language.en_US": "English",
|
||||
"Language.ja_JP": "Japanese",
|
||||
|
||||
Reference in New Issue
Block a user