Skip to content

[Logging] Remove all console.* usage #270

@chrnx-dev

Description

@chrnx-dev

Type: Enhancement
Priority: Medium
Target Version: v3.0.0
Category: Logging
Breaking Change: YES
Estimated Effort: M

Description

Complete removal of console.* calls in favor of Winston logger.

Current State

  • All framework logging uses Winston (v2.0.1)
  • Tests still use console.* (intentional)
  • Some edge cases may remain

Proposed Changes

  • Remove all console.* from production code
  • Make logger required (not optional)
  • Remove ConsoleLogger fallback

Breaking Change

YES - Applications relying on console output parsing will break. Logger configuration becomes required.

Migration

Applications must configure logging explicitly:

@ServerSettings({
  logger: myWinstonInstance
})

Effort

M (mostly cleanup)

Blocking

v2.0.1 Winston implementation must be stable

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions