Skip to content

Commit

Permalink
WriteLogToDisk is not false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
soygul committed Nov 18, 2015
1 parent 1125f13 commit 8fd30cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NBug/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<value>Tiny</value>
</setting>
<setting name="WriteLogToDisk" serializeAs="String">
<value>True</value>
<value>False</value>
</setting>
<setting name="ExitApplicationImmediately" serializeAs="String">
<value>True</value>
Expand All @@ -53,4 +53,4 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client" />
</startup>
</configuration>
</configuration>

0 comments on commit 8fd30cc

Please sign in to comment.