[
https://issues.apache.org/jira/browse/ARIA-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15876225#comment-15876225
]
ASF GitHub Bot commented on ARIA-106:
-------------------------------------
Github user mxmrlv commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102244019
--- Diff: aria/orchestrator/context/operation.py ---
@@ -126,6 +135,12 @@ class
RelationshipOperationContext(BaseOperationContext):
"""
Context for relationship based operations.
"""
+
+ @property
+ def logging_id(self):
+ return '{0}:{1}'.format(self.source_node.name or
self.source_node.id,
--- End diff --
->
> Create sqla logging handler
> ---------------------------
>
> Key: ARIA-106
> URL: https://issues.apache.org/jira/browse/ARIA-106
> Project: AriaTosca
> Issue Type: Sub-task
> Affects Versions: 0.1.0
> Reporter: Maxim Orlov
> Assignee: Maxim Orlov
>
> Create an sql based logging mechanism for operations and workflows.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)