zxybazh commented on code in PR #13006:
URL: https://github.com/apache/tvm/pull/13006#discussion_r996155339


##########
python/tvm/meta_schedule/logging.py:
##########
@@ -93,13 +93,16 @@ def create_loggers(
 
     global_logger_name = "tvm.meta_schedule"
     global_logger = logging.getLogger(global_logger_name)
+    console_logging_level = logging._levelToName[  # pylint: 
disable=protected-access
+        global_logger.level
+    ]

Review Comment:
   Thanks for spotting this, this is not expected, will take care of that!



-- 
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-unsubscr...@tvm.apache.org

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

Reply via email to