You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-04-29-nlog-6-0-major-changes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ The goal is that [NLog.Targets.ConcurrentFile](https://www.nuget.org/packages/NL
81
81
82
82
Alternative options for replacing `ConcurrentWrites = true`:
83
83
- Use the new nuget-package [NLog.Targets.AtomicFile](https://www.nuget.org/packages/NLog.Targets.AtomicFile) where AtomicFileTarget uses atomic file-appends and supports Windows / Linux with NET8.
84
-
- Change to use `KeepFileOpen = false` where file is opened / closed when writing LogEvents. To avoid performance issues, then consider to also use `<targets async="true">`.
84
+
- Change to use `KeepFileOpen = false` where file is opened / closed when writing LogEvents. For better performance then consider to also use `<targets async="true">`.
85
85
86
86
Alternative options for replacing `EnableArchiveFileCompression = true`:
87
87
- Activate NTFS compression for the logging-folder.
0 commit comments