generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
enhancementEnhancement of a featureEnhancement of a featurefeatureA new feature requestA new feature request
Description
Description
Currently there are 3 places where debug messages like
[DEBUG] Workflow <workflow_name> is not relevant. Skipping...
are printed out.
logger.debug("Workflow %s is not relevant. Skipping...", callee.name) logger.debug("Workflow %s is not relevant. Skipping...", callee.name) 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
Labels
enhancementEnhancement of a featureEnhancement of a featurefeatureA new feature requestA new feature request