Skip to content

Commit 531b4ac

Browse files
Merge pull request #102 from StuartFerguson/task/#99_logrotation
Added log rotation
2 parents e14155c + 938808b commit 531b4ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TransactionProcessor/nlog.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
archiveNumbering="Date"
1010
archiveDateFormat="yyyyMMdd-HH"
1111
archiveEvery="Hour"
12-
keepFileOpen="false"/>
12+
keepFileOpen="false"
13+
maxArchiveFiles="24"/>
1314
</target>
1415
</targets>
1516

0 commit comments

Comments
 (0)