Skip to content

Option to turn off all console logging #615

Open
@ashwin-ant

Description

@ashwin-ant

Is your feature request related to a problem? Please describe.

In the latest release (1.12.1), there's a change that adds a console.warn:

console.warn("Could not load OAuth Protected Resource metadata, falling back to /.well-known/oauth-authorization-server", error)
. This causes issues with clients that are terminal-based, such as Claude Code, where these warnings appear inline with the UI.

Describe the solution you'd like

Some way to disable all logging, or a way to provide a logging handler that the calling code can customize.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions