Talk:Jetty/Feature/Jetty Logging
setDebugEnabled missing
This article currently has this entry:
...................
- Changing log level in etc/jetty.xml
<Get class="org.eclipse.jetty.util.log.Log" name="log"> <Call name="setDebugEnabled"> <Arg type="boolean">true</Arg> </Call> </Get>
...................
Class org.eclipse.jetty.util.log.Log does not have a method called setDebugEnabled. Can someone fix the example, and say what it is good for? --Abdull 12:33, 28 August 2012 (UTC)
Different System Properties
This article, under section Configuring Jetty StdErrLog names system properties and system property values which are different from those mentioned in the Javadoc documentation for StdErrLog (e.g. wiki pages mentions logging levels INFO, DEBUG, WARN, NONE, but Javadoc page mentions logging levels ALL, DEBUG, INFO, WARN) ... (e.g. wiki page mentions system property org.eclipse.jetty.util.log.stderr.LONG=<boolean>
, but Javadoc mentions system property org.eclipse.jetty.util.log.LONG=<boolean>
without the stderr
part). --Abdull 13:07, 28 August 2012 (UTC)