We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd298f commit 18abd17Copy full SHA for 18abd17
_posts/2025-04-29-nlog-6-0-major-changes.md
@@ -83,15 +83,15 @@ Old Configuration Example:
83
archiveFilename="logfile.{#}.txt"
84
archiveNumbering="Date"
85
archiveEvery="Day"
86
- archiveDateFormat="yyyyMMdd">
+ archiveDateFormat="yyyyMMdd" />
87
```
88
New Configuration Example:
89
```xml
90
<target xsi:type="file" name="logfile"
91
fileName="logfile.txt"
92
archiveFilename="logfile.txt"
93
94
- archiveSuffixFormat="{1:yyyyMMdd}">
+ archiveSuffixFormat="{1:yyyyMMdd}" />
95
96
97
Alternative options for replacing `EnableArchiveFileCompression = true`:
0 commit comments