Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Error message should be f-string, but is just string #144

@ben-kearney

Description

@ben-kearney

except Exception as e:
self._logger.error('Failed to get schema info of {topic} version {version}: {e}')

Since this is a string and not an f-string, we are unable to see which topic+version is having an issue, and we are unable to see the error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions