Skip to content

When an instrument raises an error, report it via logging module instead of directly to stderr #306

@njsmith

Description

@njsmith

The stdlib logging module is not so great, but it's better than dumping to stderr directly. By default it prints to stderr, and any serious logging system has a way to capture stuff from the stdlib loggers. So it'd be a minor improvement, and match what trio.serve_listeners does.

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