After upgrading the SDK to Azure Cloud Service Diagnostic 2.6, all the WAD trace logs started to look like this:
EventName="FormattedMessageEvent" FormattedMessage="Subscription {0} Already Created" Argument0="sub2feature-staging" TraceSource="w3wp.exe"
Previously it use to just write out "Subscription sub2feature-staging Already Created" TraceSource="w3wp.exe"
Is this something I can configure? Also looks like a lot of messages has moved from information to verbose.
It's probably a combination of my log provider and some changes done in Azure Cloud Service Diagnostic 2.6.