Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Turning down Slf4jLog Level?

Hello, I added another dependency to my project that uses Jetty and, in turn, the slf4j.jar was also added to my project. Since then, Jetty is filling up my console as it seems to be set to DEBUG. How do I change the level to INFO or WARN for this logger? org.eclipse.jetty.util.log.Slf4jLog is the culprit.

Back to the top