changing path to unix on cli as well
This commit is contained in:
parent
e6be7df912
commit
0b621e00bc
@ -4,7 +4,7 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
autoReload="true"
|
autoReload="true"
|
||||||
throwConfigExceptions="true"
|
throwConfigExceptions="true"
|
||||||
internalLogFile=".\log\selector.nlog.log"
|
internalLogFile="./log/selector.nlog.log"
|
||||||
internalLogLevel="Info" >
|
internalLogLevel="Info" >
|
||||||
|
|
||||||
<variable name="format"
|
<variable name="format"
|
||||||
@ -15,11 +15,11 @@
|
|||||||
<!-- write logs to file -->
|
<!-- write logs to file -->
|
||||||
<target xsi:type="File"
|
<target xsi:type="File"
|
||||||
name="logfile"
|
name="logfile"
|
||||||
fileName=".\log\selector-${shortdate}.log"
|
fileName="./log/selector-${shortdate}.log"
|
||||||
layout="${format}" />
|
layout="${format}" />
|
||||||
<target xsi:type="File"
|
<target xsi:type="File"
|
||||||
name="tracefile"
|
name="tracefile"
|
||||||
fileName=".\log\selector.trace-${shortdate}.log"
|
fileName="./log/selector.trace-${shortdate}.log"
|
||||||
layout="${format}" />
|
layout="${format}" />
|
||||||
<target xsi:type="Console"
|
<target xsi:type="Console"
|
||||||
name="logconsole"
|
name="logconsole"
|
||||||
|
Loading…
Reference in New Issue
Block a user