-
Notifications
You must be signed in to change notification settings - Fork 438
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
Request: clear the logs in the dialog window #545
Comments
KISS approach would probably be to just delete the file but then we would lose the version info header (but that should be doable) Thoughts @ntoll ? |
That's what I ended up doing, yes, but that removes all the info while in fact I only wanted the popup to be emptied, not the actual log file. |
Chiming in with one possible approach:
My 2c. A few related ideas that may deserve issues on their own (not that I feel the need for them), if a "clear log" button ever gets into the UI:
|
Adding some of these things to the context menu seems reasonable (little harder to hit by accident than buttons) |
The context menu is what I had in mind when I opened up this issue. This feature is not worth taking real estate for a button and is best hidden away until you actually need it. |
I would like to be able to clear the logs in the window that pops up when clicking on the gear icon in the lower right corner.
This would not necessarily delete the log file itself but would limit what is shown in the dialog window (it would only show the log file since the last "clear log window" command.
I spent a while trying to figure out what was going wrong, and that log info became quite big due to various test attempts on my part.
The text was updated successfully, but these errors were encountered: