Sfoglia il codice sorgente

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

Signed-Off-By: commit-hook
刘文涛80174520 6 mesi fa
parent
commit
728fe498b3
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      Module/mod_CardIssuerStand/CardIssuerStandFSM.cpp

+ 3 - 3
Module/mod_CardIssuerStand/CardIssuerStandFSM.cpp

@@ -4296,7 +4296,7 @@ int CCardIssuerFSM::UpdateLocalRunCfg(CAutoArray<int> hopperArr)
 			spConfig->WriteConfigValue(sec, "Maintainer", m_MaintainerEx[i]);
 			spConfig->WriteConfigValue(sec, "MaintainTime", m_csMaintainTimeEx[i]);
 
-			DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("UpdateLocalRunCfg, sec:%s,CardBoxNo:%s,CardInit:%d,CardRemains:%d,CardIssued:%d",
+			DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("UpdateLocalRunCfg, sec:%s,CardBoxNo:%s,CardInit:%d,CardRemains:%d,CardIssued:%d",
 				sec, m_CardBoxNoEx[i].GetData(), m_CardInitEx[i], m_remainsEx[i], m_issuedEx[i]);
 		}
 	}
@@ -6279,7 +6279,7 @@ int CCardIssuerFSM::PreOnlineJS_Contact(SpReqAnsContext<CardIssuerStandService_R
 	ICData aidFromBus(false, 0x4f, 0x00);
 	if (m_pCardProcess->FindTagValue(TAG_VECTOR_BUS, aidFromBus, false, 0) == -1)
 	{
-		DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("<PreOnlineJS_Contact>, the front BusinessData have not provide aid data.");
+		DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("<PreOnlineJS_Contact>, the front BusinessData have not provide aid data.");
 		int icRetryTimes = 0;
 		while (1)
 		{
@@ -6681,7 +6681,7 @@ int CCardIssuerFSM::PreOnlineJS_RF(SpReqAnsContext<CardIssuerStandService_ReadJS
 	ICData aidFromBus(false, 0x4f, 0x00);
 	if (m_pCardProcess->FindTagValue(TAG_VECTOR_BUS, aidFromBus, false, 0) == -1)
 	{
-		DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("<PreOnlineJS_RF>, the front BusinessData have not provide aid data.");
+		DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("<PreOnlineJS_RF>, the front BusinessData have not provide aid data.");
 		int icRetryTimes = 0;
 		while (1)
 		{