Khoulaiz / gradle-jetty-eclipse-plugin

Gradle Jetty Plugin for Eclipse Jetty
Apache License 2.0
38 stars 10 forks source link

Not logging jetty logs to a local file. #16

Open st9x3st9 opened 8 years ago

st9x3st9 commented 8 years ago

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.