Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Unexpected delay after each HTTP response

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 <cowwoc@xxxxxxxxxxxxxxxx> 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.


Back to the top