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
+3
View File
@@ -25,6 +25,9 @@
"/@/shared/*": [
"src/shared/*"
],
"/@/main/*": [
"src/main/*"
],
"/@/i18n/*": [
"src/i18n/*"
],