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/98b60ecc Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/98b60ecc Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/98b60ecc Branch: refs/heads/ARIA-48-aria-cli Commit: 98b60ecc86ab9c63a9eaf34b0813d7caaab249f5 Parents: 7633058 Author: Ran Ziv <[email protected]> Authored: Tue Apr 4 14:26:24 2017 +0300 Committer: Ran Ziv <[email protected]> Committed: Thu Apr 6 11:29:17 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/98b60ecc/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,
