Do you have any idea how can I setup my Remote configuration to display a log file on the server instead of on my local machine?
On the edit configuration screen (Logs tab) I have the option to show a log file, but only logs from my machine, not from the remote server.
enter image description here
I don't mind if I have to install any plugin for it, but until now I couldn't find any that did what I want.
Thanks!
-
Having a same situation here. Did you find out how to do it?Tony Dinh– Tony Dinh2015年07月19日 02:47:43 +00:00Commented Jul 19, 2015 at 2:47
-
I didn't find a solution yet, unfortunately.João Santos– João Santos2015年08月05日 14:14:36 +00:00Commented Aug 5, 2015 at 14:14
2 Answers 2
See this JetBrains plugin. I've just installed it myself. You can create a remote debug session from Intellij with your server and than point the logs with Log4JPlugin.
For remote debug connections check this
Hope it helps!
Comments
You can track your logs directly via SSH
ssh your_server tail -f /to/your/log_file
Comments
Explore related questions
See similar questions with these tags.