2

I'm trying to set up Intellij to generate logs on my local computer for an application that I'm remotely debugging. That is, I run remote debugging on an application that's in production, and as I use it, the log file is generated on my local machine. I've followed the instructions for remote debugging here, and am now following the instructions for the logging here. However, when I run the debugger, the log file generated on my Desktop is empty. Here are my settings:

enter image description here

I've set it up to have the same name as the file it would generate on the server. I'm also using slf4j to log. So far, I've had no luck in getting any output to testLog on my local computer.

SVill
  • 331
  • 5
  • 22
  • 55

1 Answers1

0

same problem here, proper settings in LOG tab. On server side log is OK by

tail -f /your/path/your.log

Do you have line before connect? :

Console output is saving to: /home/path_to_log/Documents/free_log.txt
  • If you have same issue, you can: [ask your own](https://stackoverflow.com/questions/ask) question, or just edit this one to make it "bump". But don't post issue as answer, it should be a comment. Also, this question seems inactive, so I don't know if you will receive an answer... – Elikill58 Oct 07 '21 at 09:56