Violation
console.log('\nShutting down gracefully...');
Location
core/src/server/index.ts line 63
Why It Matters
Shutdown events are important operational signals that should be captured in structured logs so they can be correlated with uptime metrics and deployment events.
Suggested Fix
Replace with logger.info(...).
Found by automated code hygiene audit
Violation
Location
core/src/server/index.tsline 63Why It Matters
Shutdown events are important operational signals that should be captured in structured logs so they can be correlated with uptime metrics and deployment events.
Suggested Fix
Replace with
logger.info(...).Found by automated code hygiene audit