How Can I get the log of tir to LLVM IR

I am new to the TVM. The tutorials say that TVM_DEBUG_LOG can be used to print debug info during building.

I have found that when generate binary from tir to LLVM backend, there is no log information for build binary, only printing some transformation/pass debug info.