Skip to content

Refactor: logger statements to use loguru placeholders "{}" #11

Description

@zkraus

In the whole codebase there is a variety of formatting styles in the log messages, unify that to use loguru preferred way "{}" placeholders.

example:

logger.debug(f"Extracted rerun message: {key}")

to:

logger.debug("Extracted rerun message: {}", key)

referrence: https://loguru.readthedocs.io/en/stable/api/logger.html#loguru._logger.Logger.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions