Changing the log level in TVM

Is it possible change the log level for the TVM compiler? Also where can the logs be found?

by default the log goes into the stderr and not to a file. The python side of the log can be configured using logging.basicConfig For the c++ side, there is a DLOG which can be turned off by env variable or disable debug options.