Skip to content

Commit

Permalink
Merge pull request #482 from yaolingling/add_name_log
Browse files Browse the repository at this point in the history
[RAC-5456] add taskName and graphName into on-taskgraph log
  • Loading branch information
anhou committed Aug 1, 2017
2 parents 835c576 + 61a5c29 commit 563f131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/task-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function taskGraphFactory(
this.serviceGraph = this.definition.serviceGraph;
this.context = context || {};
this.context.graphId = this.instanceId;
this.context.graphName = this.definition.injectableName;
this.domain = domain || Constants.Task.DefaultDomain;
this.name = this.definition.friendlyName;
this.injectableName = this.definition.injectableName;
Expand Down

0 comments on commit 563f131

Please sign in to comment.