Skip to content

Instantly share code, notes, and snippets.

@RobertMischke
Created May 19, 2011 13:11
Show Gist options
  • Save RobertMischke/980716 to your computer and use it in GitHub Desktop.
Save RobertMischke/980716 to your computer and use it in GitHub Desktop.
<system.diagnostics>
<sources>
<source name="System.ServiceModel"
switchValue="Information, ActivityTracing"
propagateActivity="true">
<listeners>
<add name="traceListener"
type="System.Diagnostics.XmlWriterTraceListener"
initializeData= "c:\log\Traces.svclog" />
</listeners>
</source>
</sources>
</system.diagnostics>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment