Github user ran-z commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111386801
  
    --- Diff: aria/storage/core.py ---
    @@ -71,6 +72,10 @@ def __init__(self,
             :param kwargs:
             """
             super(Storage, self).__init__(**kwargs)
    +        # Set the logger handler of any storage object to NullHandler.
    +        # This is since the absence of a handler shows up while using the 
CLI in the form of:
    +        # `No handlers could be found for logger "aria.ResourceStorage"`.
    +        self.logger.addHandler(logging.NullHandler())
    --- End diff --
    
    move to logger mixin?


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to