Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Enabling DEBUG-level logging in embedded Jetty?

 

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


Back to the top