IntelliJ read remote server log file
Asked Answered
L

2

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!

Letourneau answered 19/5, 2015 at 9:23 Comment(2)
Having a same situation here. Did you find out how to do it?Heterocyclic
I didn't find a solution yet, unfortunately.Denys
P
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!

Panacea answered 21/3, 2017 at 12:55 Comment(0)
I
0

You can track your logs directly via SSH

ssh your_server tail -f /to/your/log_file
Impious answered 12/3, 2021 at 9:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.