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
perf: optimize logging performance and modernize string formatting (#411)
- 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
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
Co-authored-by: Holt Skinner <holtskinner@google.com>
0 commit comments