Skip to content

[Enhancement Request] - Improve debug messages for irrelevant workflow in some checks #1075

@tromai

Description

@tromai

Description

Currently there are 3 places where debug messages like

[DEBUG] Workflow <workflow_name> is not relevant. Skipping...

are printed out.

  1. logger.debug("Workflow %s is not relevant. Skipping...", callee.name)
  2. logger.debug("Workflow %s is not relevant. Skipping...", callee.name)
  3. logger.debug("Workflow %s is not relevant. Skipping...", callee.name)

Even though the context and reason why the message is printed out are different.

Proposed Feature

We can improve the debug message by adding a small description why a workflow is treated as irrelevant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementEnhancement of a featurefeatureA new feature request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions