GrepConsole
GrepConsole copied to clipboard
Add possibility to tail over SSH (on e.g Vagrant)
Please implement tunneling to be able to pin logs from Vagrant instances.
I am forced to use vagrant ssh -c 'tail -f /projects/my-app/logs/error.log' I know about possibility to mount logs folder on host machine, but it is not always acceptable (depends on virtualization software /VirtualBox ).
That should be very easy. Unfortunately, I have no use for it now, so I will just wait for a pull request.
ok ;)
Seems related: https://youtrack.jetbrains.com/issue/IDEA-178394
+1 very useful with multiple projects in different environments, vagrant, production servers that normally you need to see the logs for errors/debug. It's a pain in the ass.. I need download everytime the logs if I want to see beautified/filtered.
thanks for the work krasa :)
+1 would be very helpful, if Grep Console could read files from ssh