Skip to content

Commit

Permalink
Removed force-.net20 from clock.config and made shelf sample log to s…
Browse files Browse the repository at this point in the history
…ame folder as the host process.
  • Loading branch information
haf committed Mar 15, 2011
1 parent 4ff780b commit 2b325ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Samples/Stuff/app.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<configuration>
<startup>
<!--<startup>
<supportedRuntime version="v2.0.50727"/>
</startup>
<runtime>
<legacyUnhandledExceptionPolicy enabled="1" />
</runtime>
</runtime>-->
<appSettings>
<!-- use either None, FailToCreate, FailToStart, FailToStop, CrashAfterStart -->
<add key="failureType" value="None"/>
Expand Down
2 changes: 1 addition & 1 deletion src/Samples/StuffOnAShelf/clock.log4net.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<log4net>
<appender name="main" type="log4net.Appender.RollingFileAppender">
<file value="..\..\clock.log" />
<file value="..\..\..\log\clock.log" />
<appendToFile value="true" />
<maximumFileSize value="100KB" />
<maxSizeRollBackups value="2" />
Expand Down

0 comments on commit 2b325ab

Please sign in to comment.