Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

raven.transport.threaded spams messages to stdout #1045

Open
@jribbens

Description

@jribbens

raven.transport.threaded sends messages to stdout on shutdown. This means that raven cannot be used in situations where you care about what gets sent to stdout. At the very least this needs to be made optional. Perhaps it should be made conditional on sys.stdout.isatty() - the output about "Press Ctrl-C to quit" makes no sense anyway if it isn't a tty.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions