zxybazh commented on code in PR #13006:
URL: https://github.com/apache/tvm/pull/13006#discussion_r996162652
##########
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:
I agree it can be changed to `DEBUG`, but to clarify, all the use of `DEBUG`
here are only for the support of outputing different text to file and console,
for example, output interactive table to notebook and text table to log file.
This does not impact per task logging and that's why this `INFO` level is kept
there. Given they are not outputed to screen, I think change to `DEBUG` level
still make sense, will do.
--
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]