Skip to content

Commit

Permalink
- кодировка для логов
Browse files Browse the repository at this point in the history
  • Loading branch information
dima117 committed Sep 10, 2016
1 parent 52c8873 commit 9f81bd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ThinkingHome.TestConsole/NLog.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
layout="${longdate}, ${level}, ${message}${onexception:${newline}${exception:format=tostring:maxInnerExceptionLevel=5:innerFormat=tostring}}"
fileName="${basedir}/Logs/${shortdate}-${logger}.log"
keepFileOpen="false" />
<target name="console" xsi:type="ColoredConsole"
encoding="utf-8"
<target name="console" xsi:type="ColoredConsole"
layout="${longdate}, ${level}, ${message}" />
</targets>
<rules>
Expand Down

0 comments on commit 9f81bd5

Please sign in to comment.