Skip to content

Instantly share code, notes, and snippets.

@dkalamari
Created April 24, 2014 06:21
Show Gist options
  • Save dkalamari/11243535 to your computer and use it in GitHub Desktop.
Save dkalamari/11243535 to your computer and use it in GitHub Desktop.
WCF Request logging
...
<system.diagnostics>
<sources>
<source name="System.ServiceModel"
switchValue="Information, ActivityTracing"
propagateActivity="true">
<listeners>
<add name="traceListener"
type="System.Diagnostics.XmlWriterTraceListener"
initializeData="D:\WebTrace.svclog" />
</listeners>
</source>
</sources>
</system.diagnostics>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment