-
Notifications
You must be signed in to change notification settings - Fork 120
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
Please allow log file to be deleted when app is running #309
Comments
We do not have the log file set for shared as in this issue
|
Looks like a duplicate of #96 unless I'm mistaken? Feel free to re-open if there's a different emphasis for that versus this one |
It is a use case scenario of why to allow delete of log file, our settings are shared is false not true as in 96. Thus case should be reopened. |
OK but #96 has a link to here, and the title of that issue is "Allow Log File to be Deleted at Runtime" and the title of this is "Please allow log file to be deleted when app is running". If you feel there is context/simplifications/notes that need to be added to that issue, you could perhaps add that relevant detail there? i.e. it seems that this issue boils down to "we have the same need to allow deletion at runtime, but we are using (I personally have not thought/analyzed how the goal might be realized in any mode; I suspect a spike PR proving some viable approach without extensive changed would go a long way toward getting your need resolved) |
We have a simple use case and justification as to why to be able to delete the log file. We do it to reduce the amount of clutter in the log so we can focus on an issue and reduce time to analyze it. We cannot delete the log while running. Share true or false is not the issue. The issue is helping developers to resolve issues by reducing the amount to search through. Thus the feature request. |
Yes, I get it. You want to be able to delete the file. So does the other person in the other case. Either way there's code to be changed, and someone needs to do it. Hopefully both can be one with a similar change. If anyone has a PR for a clean impl for either case, the chances are it will be accepted. In the meantime, having two issues for the same need with slightly different contexts doesn't move things forward - someone ultimately needs to take time out of their jobs/lives and write code. |
I was going to switch to serilog but cannot because of this issue. We delete log files while running to allow us to capture just what we need to analyze an issue instead of sifting through more information than we need.
This is an important feature.
The text was updated successfully, but these errors were encountered: