Replies: 2 comments
|
@alvarose hey! How come you don't want the file deleted? The framework will re-create it automatically anyway. You can't mess anything up by deleting the file. |
0 replies
|
@arukompas Hey! Good question, In my case, I have some scripts that rely on certain custom log files being persistent (they expect the file to exist), so I prefer clearing their contents rather than deleting them entirely. Right now in development I just do it manually, but having a “Clear log” option in the UI would make it a bit more convenient. Totally understand it might not be a common use case, just thought it could be a small addition that might help others as well 👍 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Thank you for this great package.
I would like to suggest adding an option in the UI to clear the contents of a log file without deleting it. This would be especially useful in development and staging environments, where logs can grow quickly and become difficult to read.
A simple “Clear log” button with a confirmation step would be sufficient. Optionally, this feature could be restricted via configuration or environment.
Thank you for your consideration.
All reactions