11

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!

asked May 19, 2015 at 9:23
2
  • Having a same situation here. Did you find out how to do it? Commented Jul 19, 2015 at 2:47
  • I didn't find a solution yet, unfortunately. Commented Aug 5, 2015 at 14:14

2 Answers 2

4

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!

answered Mar 21, 2017 at 12:55
Sign up to request clarification or add additional context in comments.

Comments

0

You can track your logs directly via SSH

ssh your_server tail -f /to/your/log_file
answered Mar 12, 2021 at 9:16

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.