Browse Source

!2 change vtm_event to debug

chenliangyu 5 months ago
parent
commit
c7826828b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Module/mod_chromium/baseEx.cpp

+ 1 - 1
Module/mod_chromium/baseEx.cpp

@@ -1434,7 +1434,7 @@ void LogManager::logVtmEvent(int64_t hdl,
 		log["name"] = ConfigManager::getInstance().m_ws_infoArr[hdl].name;
 	log["threadId"] = Json::Int64(GetCurrentThreadId());
 
-	writeLog(LOG_LEVEL_INFO, log);
+	writeLog(LOG_LEVEL_DEBUG, log);
 }
 
 void LogManager::logVtmSessionAck(int64_t hdl,