Problem / Opportunity
When repository sandbox deployments start, stop, or hit runtime crashes, log telemetry is handled locally. There is no historical dashboard where developers can audit past deployment events, infrastructure errors, or environment changes in one place.
Proposed Solution
Build an integrated global auditing facility:
- Create a centralized internal event logger utility at
lib/utils/auditLogger.ts.
- Design a sleek telemetry viewer interface inside a brand-new sub-route path:
app/console/audit-logs/page.tsx displaying event times, failure states, and user actions with severity flags (Info, Warning, Critical).
Problem / Opportunity
When repository sandbox deployments start, stop, or hit runtime crashes, log telemetry is handled locally. There is no historical dashboard where developers can audit past deployment events, infrastructure errors, or environment changes in one place.
Proposed Solution
Build an integrated global auditing facility:
lib/utils/auditLogger.ts.app/console/audit-logs/page.tsxdisplaying event times, failure states, and user actions with severity flags (Info, Warning, Critical).