The default trace writers do not currently special-case HttpResponseException, and therefore trace at TraceLevel.Error. This is confusing, because it means simple user error in the URI will generate an error trace. This makes it hard to use the tracing layer to report errors. The System.Diagnostic, ETW, and Memory trace writers all try to correct for this to convert it back into a warning.
Recommend the default tracing logic should trace at TraceLevel.Warn whenever the exception is HttpResponseException.
Comments: As far as I can tell the fix is complete, and covers the description in the bug. Ron - if you have another suggestion to fix "all" scenarios, please open another bug, and provide a detailed explanation of the ask.
Recommend the default tracing logic should trace at TraceLevel.Warn whenever the exception is HttpResponseException.
Comments: As far as I can tell the fix is complete, and covers the description in the bug. Ron - if you have another suggestion to fix "all" scenarios, please open another bug, and provide a detailed explanation of the ask.