Merge pull request #26570 from taosdata/fix/miniRedundantLogs

Fix/miniRedundantLogs
This commit is contained in:
Hongze Cheng 2024-07-15 13:32:36 +08:00 committed by GitHub
commit 53bdb9743b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@ static bool uvHandleReq(SSvrConn* pConn) {
transMsg.info.traceId = pHead->traceId;
transMsg.info.cliVer = htonl(pHead->compatibilityVer);
transMsg.info.forbiddenIp = forbiddenIp;
transMsg.info.noResp = pHead->noResp == 1 ? 1 : 0;
tGTrace("%s handle %p conn:%p translated to app, refId:%" PRIu64, transLabel(pTransInst), transMsg.info.handle, pConn,
pConn->refId);