Skip to content

Commit

Permalink
Made system.net tracing verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Mar 3, 2013
1 parent dd93dd0 commit 8ffa42b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Microsoft.AspNet.SignalR.FunctionalTests/App.config
Expand Up @@ -14,9 +14,9 @@
</source>
</sources>
<switches>
<add name="System.Net.Sockets" value="Information"/>
<add name="System.Net.WebSockets" value="Information"/>
<add name="System.Net" value="Information"/>
<add name="System.Net.Sockets" value="Verbose"/>
<add name="System.Net.WebSockets" value="Verbose"/>
<add name="System.Net" value="Verbose"/>
</switches>
<trace autoflush="true"/>
</system.diagnostics>
Expand Down

0 comments on commit 8ffa42b

Please sign in to comment.