<name>.LEVEL=<level>
name
specified to the level, which can be (in
increasing order of restriction) ALL, DEBUG, INFO, WARN, OFF. The
name (or hierarchy) can be a specific fully qualified class or a
package namespace, for example,
-Dorg.eclipse.jetty.http.LEVEL=DEBUG
is a package
namespace approach to turn all loggers in the jetty HTTP package
to DEBUG level, and
-Dorg.eclipse.jetty.io.ChanelEndPoint.LEVEL=ALL
turns
on all logging events for the specific class, including DEBUG,
INFO, WARN (and even special internally ignored exception
classes). If more than one system property specifies a logging
level, the most specific one applies.<name>.SOURCE=<boolean>
<name>.STACKS=<boolean>
org.eclipse.jetty.util.log.IGNORED=<boolean>
LOG.ignore(throwable)
API are logged
with a full stack trace. Otherwise ignored exceptions are either
not logged, or logged in summary if the level is debug.org.eclipse.jetty.util.log.stderr.SOURCE=<boolean>
org.eclipse.jetty.util.log.stderr.LONG=<boolean>
DEPRECATED:
org.eclipse.jetty.util.log.DEBUG
org.eclipse.jetty.util.log.stderr.DEBUG
DEBUG