MasterJH5574 commented on code in PR #13006:
URL: https://github.com/apache/tvm/pull/13006#discussion_r996244804
##########
python/tvm/meta_schedule/logging.py:
##########
@@ -129,7 +133,7 @@ def create_loggers(
"class": "logging.FileHandler",
"filename": "{log_dir}/" + __name__ + ".task_scheduler.log",
"mode": "a",
- "level": "INFO",
+ "level": "DEBUG",
Review Comment:
Yeah I was just not sure about the difference between loggers and handlers
and asked the question. Thanks for clarifying!
--
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]