Skip to content

Standardise error logging to use logger.WithError() in driver external methods #4380

@unsuman

Description

@unsuman

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions