-
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
Fixed bug to logging by day of week #2089
Comments
Hi, please use the issue template |
We writing about of bug, and writing fix code. Мы написали об ошибке и написали как исправить. |
which NLog version? is this NLog 4.4.8? NLog 5 beta? |
It is master branch. |
@RussianDragon Sounds like you are very close to make a unit-test and a github pull-request :). This will increase the chance of it making it into next NLog-release. |
Steps: Create a fork (the button in github) |
@304NotModified Thank you. :) |
You fixed it! thanks! |
NLog 4.4.9 is in the deploy pipeline! Will be online in an hour! |
Hi!
We found bug in logging by day of week.
If you set option "archiveEvery" as any day of week, nlog will create new archive file every day.
Мы нашли ошибку в создании файлов логов-архивов, если установлено архивирование по дням недели. Файлы создаются каждый день, а не в определенные дни
next code сontains fix bug
The text was updated successfully, but these errors were encountered: