test
5e6898fb40
feat(logging): Wave 1 - logging infrastructure complete
- Add logging config to config.yaml with level, auditRetention, appRetention
- Add 4 global exception handlers (uncaughtException, unhandledRejection, render-process-gone, child-process-gone)
- Create audit-logger.ts with JSONL format and 30-day rotation
- Define IPC logger channels (LOGGER_FORWARD) and preload API
- Define audit types (AuditAction enum, AuditEntry interface, AuditStatus enum)
- Add unit tests for audit logger
All typechecks passing. Wave 1 complete.
2026-03-08 13:49:31 +08:00
..
2026-03-08 13:49:31 +08:00
2026-03-01 14:53:49 +08:00
2026-03-04 14:24:16 +08:00
2026-03-07 14:07:08 +08:00
2026-03-02 23:10:15 +08:00
2026-03-01 14:57:38 +08:00
2026-03-01 14:57:38 +08:00
2026-03-08 12:35:00 +08:00
2026-03-08 12:35:00 +08:00
2026-03-01 14:57:38 +08:00
2026-03-02 23:10:15 +08:00
2026-03-01 15:46:01 +08:00
2026-03-08 12:35:00 +08:00
2026-03-02 23:10:15 +08:00
2026-03-02 23:10:15 +08:00
2026-03-01 15:46:01 +08:00