Skip to content

Commit

Permalink
format config file
Browse files Browse the repository at this point in the history
  • Loading branch information
gaochundong committed Jan 6, 2017
1 parent 2fc87ec commit b837fa7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
</startup>
<nlog throwExceptions="true">
<targets>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true">
</target>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true"/>
</targets>
<rules>
<logger name="*" minlevel="Debug" writeTo="console"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
</startup>
<nlog throwExceptions="true">
<targets>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true">
</target>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true"/>
</targets>
<rules>
<logger name="*" minlevel="Debug" writeTo="console"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
</startup>
<nlog throwExceptions="true">
<targets>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true">
</target>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true"/>
</targets>
<rules>
<logger name="*" minlevel="Debug" writeTo="console"/>
Expand Down
3 changes: 1 addition & 2 deletions Cowboy/Tests/Cowboy.Sockets.TestTcpSocketClient/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
</startup>
<nlog throwExceptions="true">
<targets>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true">
</target>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true"/>
</targets>
<rules>
<logger name="*" minlevel="Debug" writeTo="console"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
</startup>
<nlog throwExceptions="true">
<targets>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true">
</target>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true"/>
</targets>
<rules>
<logger name="*" minlevel="Debug" writeTo="console"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
</startup>
<nlog throwExceptions="true">
<targets>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true">
</target>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true"/>
</targets>
<rules>
<logger name="*" minlevel="Debug" writeTo="console"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
</startup>
<nlog throwExceptions="true">
<targets>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true">
</target>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true"/>
</targets>
<rules>
<logger name="*" minlevel="Debug" writeTo="console"/>
Expand Down
3 changes: 1 addition & 2 deletions Cowboy/Tests/Cowboy.Sockets.TestTcpSocketServer/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
</startup>
<nlog throwExceptions="true">
<targets>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true">
</target>
<target name="console" type="ColoredConsole" encoding="utf-8" layout="${longdate}|${level:uppercase=true}|${logger}|${message}" useDefaultRowHighlightingRules="true"/>
</targets>
<rules>
<logger name="*" minlevel="Debug" writeTo="console"/>
Expand Down

0 comments on commit b837fa7

Please sign in to comment.