Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(629)

Unified Diff: Src/GoogleApis.Tests/app.config

Issue 183680043: Issue 501 - Improve the logging, provide TraceSource logger Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Src/GoogleApis.Tests/Apis/Requests/ClientServiceRequestTest.cs ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Src/GoogleApis.Tests/app.config
===================================================================
--- a/Src/GoogleApis.Tests/app.config
+++ b/Src/GoogleApis.Tests/app.config
@@ -3,6 +3,22 @@
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
</configSections>
+ <system.diagnostics>
+ <trace autoflush="true" />
+ <sources>
+ <source name="Google.Apis" switchName="sourceSwitch" switchType="System.Diagnostics.SourceSwitch">
+ <listeners>
+ <add name="console" type="System.Diagnostics.ConsoleTraceListener">
+ <filter type="System.Diagnostics.EventTypeFilter" initializeData="Information" />
+ </add>
+ <remove name="Default" />
+ </listeners>
+ </source>
+ </sources>
+ <switches>
+ <add name="sourceSwitch" value="Verbose"/>
+ </switches>
+ </system.diagnostics>
<log4net debug="true">
<appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender">
<file value="Google.Apis.Tests.log" />
« no previous file with comments | « Src/GoogleApis.Tests/Apis/Requests/ClientServiceRequestTest.cs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b