Skip to content

Instantly share code, notes, and snippets.

@armandomiani
Created September 3, 2013 16:04
Show Gist options
  • Save armandomiani/6425907 to your computer and use it in GitHub Desktop.
Save armandomiani/6425907 to your computer and use it in GitHub Desktop.
Enable WCF traces
<system.diagnostics>
<sources>
<source name="System.ServiceModel"
switchValue="Information, ActivityTracing"
propagateActivity="true">
<listeners>
<add name="traceListener"
type="System.Diagnostics.XmlWriterTraceListener"
initializeData= "S:\Services\gaiaservices.canaldoimovel.com.br\logs\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