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
+10
View File
@@ -514,6 +514,16 @@
"Settings.highlight_problem_bones": "문제 본 강조 표시",
"Settings.highlight_problem_bones_desc": "뷰포트에서 검증 문제가 있는 본 강조 표시",
"Settings.bone_highlighting": "본 강조 표시",
"Settings.log_level": "로그 레벨",
"Settings.log_level_desc": "디버그 로깅의 상세 수준 선택",
"Settings.log_level.debug": "디버그",
"Settings.log_level.debug_desc": "상세한 디버그 정보를 포함한 모든 로그 메시지 표시",
"Settings.log_level.info": "정보",
"Settings.log_level.info_desc": "정보 메시지, 경고 및 오류 표시",
"Settings.log_level.warning": "경고",
"Settings.log_level.warning_desc": "경고 및 오류만 표시",
"Settings.log_level.error": "오류",
"Settings.log_level.error_desc": "오류 메시지만 표시",
"Language.auto": "자동",
"Language.en_US": "영어",
"Language.ja_JP": "일본어",