pfk-beta opened a new pull request, #11089: URL: https://github.com/apache/tvm/pull/11089
This is PR related to RFC posted here: https://discuss.tvm.apache.org/t/pre-rfc-generic-logger-names-in-python/12611 . I've changed hardcoded logger names to generic `__name__`. I've changed most of the examples, but few I didn't touch - let's discuss them, because I'm not sure wether change it. Points to discuss: 1. `./autotvm/graph_tuner/base_graph_tuner.py: self._logger = logging.getLogger(name + "_logger")` 2. `./meta_schedule/testing/tune_te_meta_schedule.py:logging.getLogger("tvm.meta_schedule").setLevel(logging.DEBUG)` 3. `./meta_schedule/testing/tune_relay_meta_schedule.py:logging.getLogger("tvm.meta_schedule").setLevel(logging.DEBUG)` 4. `./driver/tvmc/main.py: logging.getLogger("tvm.driver.tvmc").setLevel(40 - args.verbose * 10)` -- 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]
