-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
respect aliases when loading custom logging.yaml
#17162
Conversation
CodSpeed Performance ReportMerging #17162 will not alter performanceComparing Summary
|
bed05cc
to
1a3aa1e
Compare
@@ -92,6 +92,7 @@ def to_environment_variables( | |||
self, | |||
exclude_unset: bool = False, | |||
include_secrets: bool = True, | |||
include_aliases: bool = False, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
important diff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very clean!
closes #17152
adds a new (default False) flag to
to_environment_variables
to dump alias keysalso adds type hints for all test cases in
test_logging