Categories
|
Apache
RemoteTailProducts: IntelliJ IDEA Vendor: Alejandro Gomez Email: Website: N/A SourceCode: RemoteTail_1119.zip Description:
The plugin allows the user to view the content of a file which could be on a different computer.
The file's content is presented to the user in a console as the file grows.
In this way the user can monitor a log file in a test or production environment,
and if the project's sources are synchronized with the deployed application the user can navigate
classes by clicking the stack traces in the console.
The user can configure alarms for the console so he is warned when a new info/warning/error is added and
he doesn't need to keep an eye on the console.
Initially the plugin supports SSH but it is developed in a way that it can be easily extended to support
other protocols, like Telnet.
Full documentation URL:
http://www.jetbrains.net/confluence/display/CONTEST/RemoteTail
4 updates are hidden
show all updates
Recent change notes:
|
||||||||||||||||||||||||||||
Comments:
Allows me to view logs both on remote and on local machine, including stack trace parsing and filtering.
And it can keep up with high-volume logs, something that the built-in IDEA logviewer cannot manage for me.