Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Debug-level logging

An issue I have been having while working with Jetty embedded is that I haven't been able to get any debug-level log output. I have slf4j-log4j12-1.5.8.jar and a log4j jar on the classpath so I would expect to see it use log4j, and indeed I see output like:

INFO [main] (Slf4jLog.java:55) - jetty-7.1.6.v20100715

which comes from the main Server class.

But I never see any DEBUG level  output. Looking at the documentation here

http://wiki.eclipse.org/Jetty/Starting/Porting_to_Jetty_7

I thought maybe starting the jvm with java -Dorg.eclipse.jetty.util.log.DEBUG=true would be the solution, but apparently not. Can anyone tell me what I need to do?

Thanks,

Mark




Back to the top