You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: