Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Log viewer with IntelliJ integration [closed]

I'm looking for a log viewer, the most interesting feature for me is integration with IntelliJ and opening log from remote servers. It can be IntelliJ plugin or standalone application.

like image 527
Ivan Sas Avatar asked Mar 26 '14 11:03

Ivan Sas


3 Answers

You can try OtrosLogViewer. This is a standalone application with IntelliJ integration. You can click on stacktrace fragment and IntelliJ will open selected class at pointed line. See screenshot below: JumpToCode

If you hover a mouse on stacktrace, code fragment will display as a tooltip:

Tooltip

You can check video with integration on youtube: youtube video

You can open logs from remote server using SFTP, FTP, SMB or HTTP(S). It's really usefull if your application is deployed on tomcat in data center and you tail logs live with ability to open class from stacktrace in IntelliJ or view code fragment in OtrosLogViewer.

Disclaimer: I am the author of OtrosLogViewer

like image 179
KrzyH Avatar answered Sep 21 '22 04:09

KrzyH


I think this is what you are looking for Log4JPlugin

Jetbrains repository contains this plugin and way to configure this. look here for more details.

like image 24
Vinay Veluri Avatar answered Sep 21 '22 04:09

Vinay Veluri


There is a Vigilog intellij plugin that does what you need http://vigilog.sourceforge.net/jumptocode.html

like image 45
jlupi Avatar answered Sep 21 '22 04:09

jlupi