Join Slack
Powered by
Is there a way to get Jetty to be far less verbose...
# server
n
napperley
04/26/2019, 2:55 AM
Is there a way to get Jetty to be far less verbose with its logging?
t
tddmonkey
04/26/2019, 7:31 AM
Turn the logging level down? 😄
👆 1
n
napperley
04/27/2019, 12:46 AM
Already know how to set the logging level for the application. Need to know how to do it on a per library basis.
t
tddmonkey
04/27/2019, 6:26 PM
set the logger level for jetty specifically -
org.eclipse.jetty
❓ 1
n
napperley
04/28/2019, 2:43 AM
Is that done through the SLF4J API?
t
tddmonkey
04/28/2019, 9:29 AM
It’s typically done through your logging configuration file
🆗 1
2
Views
Open in Slack
Previous
Next