You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/02/07 17:33:24 UTC

[GitHub] [incubator-superset] dpgaspar commented on a change in pull request #9099: Moving away from using the root logger everywhere

dpgaspar commented on a change in pull request #9099: Moving away from using the root logger everywhere
URL: https://github.com/apache/incubator-superset/pull/9099#discussion_r376515519
 
 

 ##########
 File path: superset/views/base_api.py
 ##########
 @@ -62,7 +63,6 @@ class BaseSupersetModelRestApi(ModelRestApi):
     Extends FAB's ModelResApi to implement specific superset generic functionality
     """
 
-    logger = logging.getLogger(__name__)
 
 Review comment:
   There are a bunch of `self.logger.` that need to change to `logger` also

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org