Mercurial > silverbladetech
diff Stocks/Stocks.Service/App.config @ 23:399398841fd0
Working version for Stocks (including loosely coupled components
author | adminsh@apollo |
---|---|
date | Tue, 20 Mar 2012 16:53:29 +0000 |
parents | e5d46bb6cdb0 |
children |
line wrap: on
line diff
--- a/Stocks/Stocks.Service/App.config Tue Mar 20 15:07:49 2012 +0000 +++ b/Stocks/Stocks.Service/App.config Tue Mar 20 16:53:29 2012 +0000 @@ -1,18 +1,18 @@ <configuration> - <configSections> - <sectionGroup name="common"> - <section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" /> - </sectionGroup> - </configSections> + <configSections> + <sectionGroup name="common"> + <section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" /> + </sectionGroup> + </configSections> - <common> - <logging> - <factoryAdapter type="Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter, Common.Logging"> - <arg key="level" value="DEBUG" /> - <arg key="showLogName" value="true" /> - <arg key="showDataTime" value="true" /> - <arg key="dateTimeFormat" value="yyyy/MM/dd HH:mm:ss:fff" /> - </factoryAdapter> - </logging> - </common> -</configuration> + <common> + <logging> + <factoryAdapter type="Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter, Common.Logging"> + <arg key="level" value="DEBUG" /> + <arg key="showLogName" value="true" /> + <arg key="showDataTime" value="true" /> + <arg key="dateTimeFormat" value="yyyy/MM/dd HH:mm:ss:fff" /> + </factoryAdapter> + </logging> + </common> +</configuration> \ No newline at end of file