close #47 Add log level config

This commit is contained in:
qianlifeng
2014-03-23 17:43:46 +08:00
parent 3dbef1400c
commit 61c1232690
6 changed files with 40 additions and 9 deletions

View File

@@ -14,7 +14,12 @@
</layout>
</appender>
<root>
<!-- ALL < DEBUG < INFO < WARN < ERROR < FATAL < OFF-->
<level value="WARN" />
<appender-ref ref="LogFileAppender"/>
</root>
</log4net>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
<startup>
<supportedRuntime version="v2.0.50727"/>
</startup>
</configuration>