IT

2.6 SDK를 사용하여 Azure Cloud Service Diagnostic 출력이 변경됨

itgroup 2023. 5. 8. 22:06
반응형

2.6 SDK를 사용하여 Azure Cloud Service Diagnostic 출력이 변경됨

SDK를 Azure Cloud Service Diagnostic 2.6으로 업그레이드한 후 모든 WAD 추적 로그는 다음과 같습니다.

EventName="FormattedMessageEvent" FormattedMessage="Subscription {0} Already Created" Argument0="sub2feature-staging" TraceSource="w3wp.exe"

이전에는 그냥 쓰기만 했습니다."Subscription sub2feature-staging Already Created" TraceSource="w3wp.exe"

이것이 제가 구성할 수 있습니까?또한 많은 메시지가 정보에서 장황한 내용으로 이동한 것으로 보입니다.

로그 공급자와 Azure Cloud Service Diagnostic 2.6의 일부 변경 사항이 결합된 것으로 보입니다.

저는 이것이 오래된 것이라는 것을 알지만, 답이 없기 때문에, 그것은 지식을 시험하는 훌륭한 방법입니다.

https://learn.microsoft.com/en-us/previous-versions/azure/reference/dn479282(v=azure.100)#azure-sdk-release-dates-retirement-dates-and-support-information

해당 링크로 이동하면 지원되는 .net 버전이 4.5.2, 4.6*, 4.6.1*입니다. 따라서 4.5.1은 작동할 수 있지만 지원되지 않을 수 있습니다.

그러면 프레임워크 업데이트로 문제가 해결된 이유를 알 수 있습니다.

언급URL : https://stackoverflow.com/questions/30003704/azure-cloud-service-diagnostic-output-changed-with-2-6-sdk

반응형