-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileTarget: Add WriteFooterOnArchivingOnly parameter. #1641
Conversation
Current coverage is 78% (diff: 79%)@@ master #1641 diff @@
==========================================
Files 273 273
Lines 16696 16667 -29
Methods 2652 2653 +1
Messages 0 0
Branches 1839 1836 -3
==========================================
- Hits 13268 12958 -310
- Misses 3009 3285 +276
- Partials 419 424 +5
|
Cool! Thanks ! Not sure about the property name though. What about "onlyFooterOnArchives" ? |
Well, normally the footer is written in the following three cases:
If the option claimed to write the footer upon archiving only, that would suggest that the footer would not be written for case (3) above either, which is probably not what we want. |
Well I was think we would like that, because we never known if we would write the file again.
With |
9d4e16f
to
0fa4e1e
Compare
Makes sense. I changed the property to |
👍 |
oops merge conflict. Could you fix this? (PS if you create a branch on the NLog repos, I could also easily fix the merge conflict.) |
Could you add this to the wiki? Will release it in 4.3.9. Thanks! |
0fa4e1e
to
67133fe
Compare
Done. |
Fix #1602
This change is