[ 
https://issues.apache.org/jira/browse/ARIA-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15878397#comment-15878397
 ] 

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_r102475359
  
    --- Diff: aria/logger.py ---
    @@ -152,15 +152,14 @@ def __init__(self, session, engine, **kwargs):
             # Cyclic dependency
             from aria.storage.modeling.model import Log
             self._cls = Log
    +        # This is needed since the engine and session are entirely new
    +        self._cls.__table__.create(bind=self._engine, checkfirst=True)
    --- End diff --
    
    check if any self._engine syntax exists (at the very least move to the 
instantiation func)


> 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)

Reply via email to