I have configured the jettyEclipse server to write the logs to a local file with the line
jettyEclipseRun.requestLog = new File(project.buildDir, "jetty_logs.log")
but the log file just stays empty. Why is it not writing to the local file from the get go.
I have configured the jettyEclipse server to write the logs to a local file with the line
jettyEclipseRun.requestLog = new File(project.buildDir, "jetty_logs.log")
but the log file just stays empty. Why is it not writing to the local file from the get go.