Is possible to improve a way of projectile-rails handles the logs by default ? Or maybe some option ?
O think a good way is limit the buffer line limit, when line limit reaches, clear the buffer with (comint-clear-buffer) (easy way) or maybe the new lines clears the old lines.
After a while, the logs from projectile-rails-server buffer starts to make emacs slow. A hack that i made on doom is:
https://github.com/hlissner/doom-emacs/pull/4261 but it doen't work on old versions of rails.
Is possible to improve a way of projectile-rails handles the logs by default ? Or maybe some option ?
O think a good way is limit the buffer line limit, when line limit reaches, clear the buffer with (comint-clear-buffer) (easy way) or maybe the new lines clears the old lines.