You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ariatosca.apache.org by mxmrlv <gi...@git.apache.org> on 2017/02/21 16:17:07 UTC

[GitHub] incubator-ariatosca pull request #69: ARIA-106-Create-sqla-logging-handler

Github user mxmrlv commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102236324
  
    --- Diff: aria/orchestrator/context/common.py ---
    @@ -15,19 +15,33 @@
     """
     A common context for both workflow and operation
     """
    +from contextlib import contextmanager
    +from functools import partial
     from uuid import uuid4
     
    +import logging
    --- End diff --
    
    move up


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---