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

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_r102239347
  
    --- Diff: aria/storage/modeling/orchestrator_elements.py ---
    @@ -466,3 +466,18 @@ def abort(message=None):
         @staticmethod
         def retry(message=None, retry_interval=None):
             raise TaskRetryException(message, retry_interval=retry_interval)
    +
    +
    +class LogBase(ModelMixin):
    +    __tablename__ = 'log'
    +
    +    logger = Column(String)
    +    level = Column(String)
    +    msg = Column(String)
    +    created_at = Column(DateTime, index=True)
    +    prefix = Column(String)
    +    description = Column(String)
    --- End diff --
    
    remove


> 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