-
-
Notifications
You must be signed in to change notification settings - Fork 336
Add tests for regression in file rolling and fix bug #257
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
base: master
Are you sure you want to change the base?
Add tests for regression in file rolling and fix bug #257
Conversation
|
||
directory = Path.GetDirectoryName(fullPath); | ||
if (Directory.Exists(directory)) | ||
{ | ||
string baseFileName = Path.GetFileName(fullPath); | ||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want to clean that whitespace change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
48ef9aa
to
d77af80
Compare
b5db4fe
to
783b998
Compare
783b998
to
6f9363c
Compare
Fixes #250
Problem
It is easy to break someone's legitimate Log4net configuration or not account for .NET version quirks while making changes to the rolling appended.
Idea
Gather all of the configurations we gathered in bug reports, plus variations that make sense for us, and use them as test cases against regression.
Remember:
TODO: