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:
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.