Skip to content

Instantly share code, notes, and snippets.

@aktau
Created July 10, 2012 09:08
Show Gist options
  • Save aktau/3082184 to your computer and use it in GitHub Desktop.
Save aktau/3082184 to your computer and use it in GitHub Desktop.
jetty debugging fail
org.eclipse.jetty.util.log.Log.setLog(null);
//System.setProperty("DEBUG", "false")
System.setProperty("LEVEL", "WARN")
System.setProperty("org.eclipse.jetty.http.LEVEL", "WARN")
System.setProperty("org.eclipse.jetty.LEVEL", "WARN")
System.setProperty("org.eclipse.LEVEL", "WARN")
System.setProperty(".LEVEL", "WARN")
val server: Server = new Server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment