-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
feature-requestThis issue requests a feature.This issue requests a feature.loggingp2This is a standard priority issueThis is a standard priority issue
Description
Describe the feature
Currently, 22 over 144 logger.debug
calls use f-strings. This can cause some unnecessary runtime costs.
https://docs.astral.sh/ruff/rules/logging-f-string/
I want to convert these to lazily formatted. I can open a PR if it is okay.
Use Case
It improves performance.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
SDK version used
1.35.76
Environment details (OS name and version, etc.)
Not applicable
Metadata
Metadata
Assignees
Labels
feature-requestThis issue requests a feature.This issue requests a feature.loggingp2This is a standard priority issueThis is a standard priority issue