Change org.eclipse.jetty.ee9.servlets to org.eclipse.jetty.ee10.servlets in the commented lines (#12470)

Signed-off-by: Alexander Farber <farber72@outlook.de>
This commit is contained in:
Alexander Farber 2024-11-04 01:28:12 +01:00 committed by GitHub
parent 1e4eb6151e
commit e2333ea6a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Jetty Logging using jetty-slf4j-impl
#org.eclipse.jetty.LEVEL=DEBUG
#org.eclipse.jetty.ee9.servlets.LEVEL=DEBUG
#org.eclipse.jetty.ee9.servlets.QoSFilter.LEVEL=DEBUG
#org.eclipse.jetty.ee9.servlets.DoSFilter.LEVEL=DEBUG
#org.eclipse.jetty.ee10.servlets.LEVEL=DEBUG
#org.eclipse.jetty.ee10.servlets.QoSFilter.LEVEL=DEBUG
#org.eclipse.jetty.ee10.servlets.DoSFilter.LEVEL=DEBUG