Skip to content

Commit a1e078a

Browse files
Merge pull request #90 from StuartFerguson/task/#89_logrotation
Added log rotation
2 parents 05ef0d7 + 18f2083 commit a1e078a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

SecurityService/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)