Skip to content

Instantly share code, notes, and snippets.

@bsatrom
Created June 10, 2011 18:54
Show Gist options
  • Save bsatrom/1019501 to your computer and use it in GitHub Desktop.
Save bsatrom/1019501 to your computer and use it in GitHub Desktop.
<sources>
<source name="System.Workflow">
<listeners>
<add name="System.Workflow" />
</listeners>
</source>
<source name="System.Workflow.Runtime">
<listeners>
<add name="System.Workflow" />
</listeners>
</source>
<source name="System.Workflow.Runtime.Hosting">
<listeners>
<add name="System.Workflow" />
</listeners>
</source>
<source name="System.Workflow.Runtime.Tracking">
<listeners>
<add name="System.Workflow" />
</listeners>
</source>
<source name="System.Workflow.Activities">
<listeners>
<add name="System.Workflow" />
</listeners>
</source>
</sources>
<sharedListeners>
<add name="System.Workflow"
type="System.Diagnostics.TextWriterTraceListener"
initializeData="c:\logs\System.Workflow.trace.log"
traceOutputOptions="DateTime" />
</sharedListeners>
<switches>
<add name="System.Workflow.Runtime" value="Error" />
<add name="System.Workflow.Runtime.Hosting" value="Error" />
<add name="System.Workflow.Runtime.Tracking" value="Error" />
<add name="System.Workflow.Activities" value="Error" />
<add name="System.Workflow.Activities.Rules" value="Off" />
</switches>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment