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
refactor: optimize logging performance and modernize string formatting
- Replace f-strings with % formatting in logging calls for lazy evaluation
- Convert .format() to f-strings in server/models.py __repr__ methods
- Add test_venv/ to .gitignore
- Improves performance by avoiding string formatting when log levels are disabled
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments