We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18abd17 commit 0da0809Copy full SHA for 0da0809
_posts/2025-04-29-nlog-6-0-major-changes.md
@@ -80,7 +80,7 @@ Old Configuration Example:
80
```xml
81
<target xsi:type="file" name="logfile"
82
fileName="logfile.txt"
83
- archiveFilename="logfile.{#}.txt"
+ archiveFilename="logfile_{#}.txt"
84
archiveNumbering="Date"
85
archiveEvery="Day"
86
archiveDateFormat="yyyyMMdd" />
@@ -91,7 +91,7 @@ New Configuration Example:
91
92
archiveFilename="logfile.txt"
93
94
- archiveSuffixFormat="{1:yyyyMMdd}" />
+ archiveSuffixFormat="_{1:yyyyMMdd}" />
95
```
96
97
Alternative options for replacing `EnableArchiveFileCompression = true`:
0 commit comments