|
|
@@ -273,7 +273,7 @@ inline void CDevAdptEntityBase::InitializeVendorLogSwitch()
|
|
|
GetFunction()->GetEntityStaticInfo(GetEntityName(), staticInfo);
|
|
|
DWORD dwUsrCode = fromLocal ? 0xFFFEE : 0xFFFEF;
|
|
|
dwUsrCode |= (staticInfo.wEntityDevelopID << 20);
|
|
|
- LogWarn(Severity_Middle, Error_Debug, dwUsrCode,
|
|
|
+ LogWarn(Severity_Low, Error_Debug, dwUsrCode,
|
|
|
CSimpleStringA::Format("{\"RecordLevel\":\"%s\", \"RecordType\":\"%s\", \"DeterminedBy\":\"%s\"}",
|
|
|
stLogConfig.strLevel.GetData(),
|
|
|
stLogConfig.strType.GetData(),
|