Browse Source

Z991239-6274 #comment feat: 精简埋点日志

Signed-Off-By: commit-hook
刘文涛80174520 3 tháng trước cách đây
mục cha
commit
7aaa6f21f7
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      Module/mod_CardReadAdapter/mod_CardReadAdapter.cpp

+ 1 - 2
Module/mod_CardReadAdapter/mod_CardReadAdapter.cpp

@@ -16,8 +16,7 @@ void CardReadAdapterServerSession::Handle_Read(SpReqAnsContext<CardReadAdapterSe
 {
 	LOG_FUNCTION();
 	DbgToBeidou(ctx->link, __FUNCTION__)();
-	DbgWithLink(LOG_LEVEL_INFO, ctx->link.checkEmpty() ? LOG_TYPE_SYSTEM : LOG_TYPE_USER).setAPI("Read")("Invoke Read");
-	DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER)("Module:%d,lightPos:%d,bus data size:%d",ctx->Req.module,ctx->Req.lightPos,ctx->Req.businessData.GetLength());
+	DbgWithLink(LOG_LEVEL_INFO, ctx->link.checkEmpty() ? LOG_TYPE_SYSTEM : LOG_TYPE_USER).setAPI("Read")("Invoke Read Module:%d,lightPos:%d,bus data size:%d", ctx->Req.module, ctx->Req.lightPos, ctx->Req.businessData.GetLength());
 	if (ctx->Req.reserved1.GetCount() > 0)
 		DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER)("reserved1[0]:%d",ctx->Req.reserved1[0]);
 	m_pEntity->Read(ctx);