supersat commented on code in PR #13072:
URL: https://github.com/apache/tvm/pull/13072#discussion_r1001214024


##########
src/runtime/logging.cc:
##########
@@ -212,6 +212,13 @@ namespace tvm {
 namespace runtime {
 namespace detail {
 
+const char* ::tvm::runtime::detail::LogMessage::level_strings_[] = {
+    "Debug: ",    // TVM_LOG_LEVEL_DEBUG
+    "",           // TVM_LOG_LEVEL_INFO

Review Comment:
   This preserves the existing behavior where `LOG(INFO)` doesn't have anything 
prepended to it: 
https://github.com/apache/tvm/blob/afad20d8d9740baa1d251b7e80e8e56a1c2b7a4d/include/tvm/runtime/logging.h#L571-L575



-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to