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
The error logging in pkg/driver/external/*/methods.go currently uses string formatting with %v to include errors in log messages. This should be standardized to use logger.WithError(err) for consistent structured logging across the codebase.