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:
parent
1e4eb6151e
commit
e2333ea6a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue