How can I enable DEBUG-level logging with an embedded instance of Jetty 7.5.4?
The documentation at Codehaus (http://docs.codehaus.org/display/JETTY/Debugging) says to "call SystemProperty.set("DEBUG", "true") before calling new org.mortbay.jetty.Server()." I'm not sure what the SystemProperty class is, it doesn't seem to be documented anywhere. I tried System.setProperty(), but that didn't do the trick. Thanks, Jeremy
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
