OfficeDev / ews-managed-api

Other
583 stars 317 forks source link

Update EwsUtilities.cs #282

Open David-Barrett-MS opened 2 years ago

David-Barrett-MS commented 2 years ago

Change the Time attribute in the trace tag to format "O" from "u", so that we capture fractions of a second too. Without this, we need to analyze the headers of the responses to get this information. This is important when tracing applications that can generate hundreds of requests in the same second.