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

Michael Gorovoy wrote:
> 
> 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.
>>
> 
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
> 

Hi Michael,

I neglected to mention: I've already included logback-classic-0.9.29.jar as
a project dependency. Any other ideas? I've also tried running Jetty using
main() and it still doesn't pick up logback. Now that I have direct API
access using main(), are there any methods I can invoke to find out why
Jetty is ignoring logback?

Thanks,
Gili

--
View this message in context: http://jetty.1047016.n5.nabble.com/Unexpected-delay-after-each-HTTP-response-tp4728842p4730809.html
Sent from the jetty-users mailing list archive at Nabble.com.


Back to the top