Skip to content

Instantly share code, notes, and snippets.

@dtkloud
Created June 23, 2016 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dtkloud/33feb325f033564954af66b18319c1d2 to your computer and use it in GitHub Desktop.
Save dtkloud/33feb325f033564954af66b18319c1d2 to your computer and use it in GitHub Desktop.
EnableLogging.xml
<source name="ConnectorsLog" switchValue="Verbose">
<listeners>
<add initializeData="C:\Logs\ConnectorsTrace.log"
type="System.Diagnostics.TextWriterTraceListener, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
name="ConnectorsTraceListener">
<filter type="" />
</add>
</listeners>
</source>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment