Skip to content

Commit 5b49b67

Browse files
committed
Revert debugger breaking log change
1 parent bb5bc4c commit 5b49b67

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

App.config

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,17 @@
1818
<!-- This section defines the logging configuration for My.Application.Log -->
1919
<source name="DefaultSource" switchName="DefaultSwitch">
2020
<listeners>
21-
<remove name="Default" />
2221
<add name="Delimited" />
2322
<!-- Uncomment the below section to write to the Application Event Log -->
2423
<!--<add name="EventLog"/>-->
2524
</listeners>
2625
</source>
27-
<source name="TraceSource" switchName="TraceSwitch">
28-
<listeners>
29-
<remove name="Default" />
30-
<add name="Trace" />
31-
</listeners>
32-
</source>
3326
</sources>
3427
<switches>
35-
<add name="DefaultSwitch" value="Information" />
36-
<add name="TraceSwitch" value="Verbose" />
28+
<add name="DefaultSwitch" value="Verbose" />
3729
</switches>
3830
<sharedListeners>
39-
<add name="Delimited" type="System.Diagnostics.DelimitedListTraceListener, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" initializeData="C:\HAC\HAClog.txt" traceOutputOptions="DateTime" />
40-
<add name="Trace" type="System.Diagnostics.DefaultTraceListener, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
31+
<add name="Delimited" type="System.Diagnostics.DelimitedListTraceListener, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" initializeData="C:\HAC\HAClog.txt" traceOutputOptions="DateTime" />
4132
<!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
4233
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
4334
</sharedListeners>

0 commit comments

Comments
 (0)