Skip to content

console: core/src/server/index.ts:63 — console.log on graceful shutdown #311

@realfishsam

Description

@realfishsam

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions