changing path to unix separators

This commit is contained in:
andy 2022-06-17 19:08:53 +01:00
parent c8170415b9
commit 597db1a42b

View File

@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
autoReload="true"
throwConfigExceptions="true"
internalLogFile=".\log\selector.nlog.log"
internalLogFile="./log/selector.nlog.log"
internalLogLevel="Info" >
<extensions>
@ -19,11 +19,11 @@
<!-- write logs to file -->
<target xsi:type="File"
name="logfile"
fileName=".\log\selector-${shortdate}.log"
fileName="./log/selector-${shortdate}.log"
layout="${format}" />
<target xsi:type="File"
name="tracefile"
fileName=".\log\selector.trace-${shortdate}.log"
fileName="./log/selector.trace-${shortdate}.log"
layout="${format}" />
<target xsi:type="Console"
name="logconsole"