You also need to add some logging implementation, e.g. logback, in addition to slf4j in order to enable logging via slf4j, and configure it as needed.
-Michael On Wed, Aug 24, 2011 at 9:36 AM, cowwoc <[email protected]> wrote: > 2. I've added slf4j to the project POM > 3. I've set logging level to TRACE > 4. Jetty never logs to slf4j. > 5. If I add -Dorg.eclipse.jetty.util.log.DEBUG=true to MAVEN_OPTS, Jetty > seem to log to stderr instead of slf4j. >
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
