Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include dataclasses for logging configuration #30

Open
mthuurne opened this issue Jul 17, 2023 · 0 comments
Open

Include dataclasses for logging configuration #30

mthuurne opened this issue Jul 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mthuurne
Copy link
Member

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.

@mthuurne mthuurne added the enhancement New feature or request label Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant