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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to