Skip to content

Commit

Permalink
Issue info level logging with the name of the pipeline node running (#36
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tsanikgr authored May 22, 2019
1 parent 3ed78c5 commit f18e282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro/pipeline/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def run(self, inputs: Dict[str, Any] = None) -> Dict[str, Any]:
keys are defined by the node outputs.
"""
self._logger.debug("Running node: %s", str(self))
self._logger.info("Running node: %s", str(self))

outputs = None

Expand Down

0 comments on commit f18e282

Please sign in to comment.