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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
