mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-08 13:23:16 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user