Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-48-aria-cli 8b4cd4ac9 -> 0d46af2d0
used right logger in dry executor Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/0d46af2d Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/0d46af2d Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/0d46af2d Branch: refs/heads/ARIA-48-aria-cli Commit: 0d46af2d04d37efcf51bafe1d352772a84af4120 Parents: 8b4cd4a Author: Ran Ziv <[email protected]> Authored: Tue Apr 4 14:26:24 2017 +0300 Committer: Ran Ziv <[email protected]> Committed: Tue Apr 4 14:26:24 2017 +0300 ---------------------------------------------------------------------- aria/orchestrator/workflows/executor/dry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/0d46af2d/aria/orchestrator/workflows/executor/dry.py ---------------------------------------------------------------------- diff --git a/aria/orchestrator/workflows/executor/dry.py b/aria/orchestrator/workflows/executor/dry.py index 69ce53c..c2b5341 100644 --- a/aria/orchestrator/workflows/executor/dry.py +++ b/aria/orchestrator/workflows/executor/dry.py @@ -40,7 +40,7 @@ class DryExecutor(BaseExecutor): implementation += task.implementation inputs = Parameter.unwrap_dict(task.inputs) - self.logger.info( + task.context.logger.info( 'Executing {actor_type} {actor_name} operation {interface_name} {operation_name}: ' '{implementation} (Inputs: {inputs})' .format(actor_type=actor_type, actor_name=task.actor.name,
