You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: