Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] EXT: Re: jetty 11 logging

Hi,

On Fri, May 21, 2021 at 7:28 PM Nault, Danny (GE Digital)
<Danny.Nault@xxxxxx> wrote:
> I made sure both the jar and properties file was in the classapath
> And our properties file is the basic one from doc
>
> # Do not condense logger names.
> org.eclipse.jetty.logging.appender.NAME_CONDENSE=false
>
> # By default, log at INFO level all Jetty loggers.
> org.eclipse.jetty.LEVEL=DEBUG
>
> # However, the Jetty client loggers log at DEBUG level.
> org.eclipse.jetty.client.LEVEL=DEBUG
>
> restarted things and no logging.

It should work.
This is the moment where you show evidence of your class-path, show
evidence of what's printed on the terminal etc.
As many details as possible.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top