-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Code Quality: Purge logfiles to only keep the last 100 lines #13115
Conversation
I'm opening this as a draft to have a bit of a discussion around the implementation. I've got several points:
Any thought? |
Regarding this point, I don't think it's a problem if the task is delayed. |
This would require to have access to the |
Let's try this |
I ended up finding a way less complicated in the end to make the purge process As a sidenote, for the culture, expanding ILogger would have been pretty hard because of the pretty complex process of generic logging we're using. |
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.
LGTM
Resolved / Related Issues
Closes Feature: Purging logs after a given size #12182
Validation
How did you test these changes?