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
Fix logging messages to use proper lazy evaluation
- Replace f-strings in logging calls with % formatting for lazy evaluation
- Prevents eager evaluation of expressions in logging statements
- Follows Python logging best practices for performance and error handling
- Maintains same informative error messages with proper logging patterns
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments