Skip to content

Commit

Permalink
Change org.eclipse.jetty.ee9.servlets to org.eclipse.jetty.ee10.servl…
Browse files Browse the repository at this point in the history
…ets in the commented lines (#12470)

Signed-off-by: Alexander Farber <farber72@outlook.de>
  • Loading branch information
afarber authored Nov 4, 2024
1 parent 1e4eb61 commit e2333ea
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e2333ea

Please sign in to comment.