Is there a way to get Jetty to be far less verbose...
# server
n
Is there a way to get Jetty to be far less verbose with its logging?
t
Turn the logging level down? 😄
👆 1
n
Already know how to set the logging level for the application. Need to know how to do it on a per library basis.
t
set the logger level for jetty specifically -
org.eclipse.jetty
1
n
Is that done through the SLF4J API?
t
It’s typically done through your logging configuration file
🆗 1