You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/28 19:00:43 UTC

[GitHub] [tvm] junrushao1994 commented on pull request #11157: [MetaSchedule] Logging Interface Unification

junrushao1994 commented on PR #11157:
URL: https://github.com/apache/tvm/pull/11157#issuecomment-1112555561

   Thanks for massively enhancing the current logging system! 
   
   However, on the implementation, we do need to follow the standard best practice in python, namely, using:
   
   ```python
   logger = logging.getLogger(__name__)
   ```
   
   to get a logger for this file.
   
   


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org