Skip to content

Include dataclasses for logging configuration #30

@mthuurne

Description

@mthuurne

The logging framework can be configured via a dictionary-based data structure. We currently support this via the Any annotation, but while that allows logging to be configured from the same TOML file, it doesn't detect any configuration errors.

I'm not certain whether this should be in the base library or a separate package, but as the logging framework is in the standard library and widely used, I'm leaning towards including it in the base library.

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