How to enable DEBUG level logging with Jetty embedded?
My question was answered on the Jetty mailing list by Joakim Erdfelt: You are looking at the old Jetty 6.x docs at docs.codehaus.org. DEBUG logging is just a logging level determined by the logging implementation you choose to use. If you use slf4j, then use slf4j’s docs for configuring logging level. http://slf4j.org/manual.html If you use … Read more