JetBrains / ideolog

Interactive viewer for '.log' files.
MIT License
254 stars 55 forks source link

Add way to cleanup log file #41

Closed mfilippov closed 5 years ago

knah commented 6 years ago

Any details? Why is Ctrl+A, Del not enough? I know that logs are normally read-only, but we have settings for that.

mfilippov commented 6 years ago

Maybe we can add action in some visible place to cleanup up or suggestion about read-only mode when a user tries to clean up.

dcdiogo commented 5 years ago

Any details? Why is Ctrl+A, Del not enough? I know that logs are normally read-only, but we have settings for that.

I'm using Laravel framework and sometimes Ctrl+A, Del not clear log file (it seems log file is read only, even though file is chmod 777), but clearing it through terminal is working (command is: $ > storage/logs/laravel.log)

reloxx13 commented 5 years ago

just uninstalled this plugin cuz it did not let me clear the log usability > appearence

knah commented 5 years ago

Given that no useful input has been provided here, I'll close the ticket and refer you to #16. Ideolog makes large log files readonly for performance reasons. There is a setting for what it considers "large". Change it if you want to clear your logs in editor, even if I have no idea what kind of workflow requires that. image

mehov commented 1 year ago

Why is Ctrl+A, Del not enough?

This is the first thing I tried and it says "The view is read-only".

All I want is a quick button to empty the log file