improve app logging

- consolidate electron-log and expand support-oriented logging
- consolidate log levels to info / trace only
- add system/server diagnostics exporter
This commit is contained in:
jeffvli
2026-07-20 22:25:44 -07:00
parent 99258c92fc
commit cbf8037099
45 changed files with 1429 additions and 1067 deletions
+4 -3
View File
@@ -1006,11 +1006,12 @@
"lyricOffset_description": "Offset the lyric by the specified amount of milliseconds",
"lyricOffset": "Lyric offset (ms)",
"logLevel": "Log level",
"logLevel_description": "Sets the minimum log level to display. Debug shows all logs, error only shows errors",
"logLevel_description": "Sets the minimum log level to display",
"logLevel_optionDebug": "Debug",
"logLevel_optionError": "Error",
"logLevel_optionDebugDescription": "Includes info, plus verbose debug information and redacted API responses",
"logLevel_optionInfo": "Info",
"logLevel_optionWarn": "Warn",
"logLevel_optionInfoDescription": "Includes info, warnings, and errors",
"exportDiagnostics": "Export diagnostics",
"minimizeToTray_description": "Minimize the application to the system tray",
"minimizeToTray": "Minimize to tray",
"minimumScrobblePercentage_description": "The minimum percentage of the song that must be played before it is scrobbled",