Skip to content

Commit edf2573

Browse files
Merge pull request #17 from StuartFerguson/bug/#16_tracefolder
Fix trace paths
2 parents 9cb17b3 + d973e1c commit edf2573

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

TransactionProcessor/nlog.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<targets>
55
<target name="asyncFile" xsi:type="AsyncWrapper">
66
<target name="logfile" xsi:type="File"
7-
fileName="/home/txnproc/transactionprocessor/trace/transactionprocessor.log"
7+
fileName="/home/txnproc/trace/transactionprocessor.log"
88
layout="${date:format=dd/MM/yyyy HH\:mm\:ss} | ${date:format=dd/MM/yyyy HH\:mm\:ss.ffff} | ${level} | ${callsite:className=true} | ${message} | ${exception:format=type,method:maxInnerExceptionLevel=5:innerFormat=shortType,message,method:InnerExceptionSeparator= | }"
99
archiveNumbering="Date"
1010
archiveDateFormat="yyyyMMdd-HH"

TransactionProcessor/nlog.development.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<targets>
55
<target name="asyncFile" xsi:type="AsyncWrapper">
66
<target name="logfile" xsi:type="File"
7-
fileName="/home/txnproc/transactionprocessor/trace/transactionprocessor_dev.log"
7+
fileName="/home/txnproc/trace/transactionprocessor_dev.log"
88
layout="${date:format=dd/MM/yyyy HH\:mm\:ss} | ${date:format=dd/MM/yyyy HH\:mm\:ss.ffff} | ${level} | ${callsite:className=true} | ${message} | ${exception:format=type,method:maxInnerExceptionLevel=5:innerFormat=shortType,message,method:InnerExceptionSeparator= | }"
99
archiveNumbering="Date"
1010
archiveDateFormat="yyyyMMdd-HH"

0 commit comments

Comments
 (0)