fix logging
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
fb8e237dca
commit
4a0ee278c1
|
@ -94,10 +94,11 @@ public class DisableUrlCacheTest extends AbstractJettyHomeTest
|
||||||
String loggingConfig = """
|
String loggingConfig = """
|
||||||
org.eclipse.jetty.LEVEL=INFO
|
org.eclipse.jetty.LEVEL=INFO
|
||||||
org.eclipse.jetty.deploy.LEVEL=DEBUG
|
org.eclipse.jetty.deploy.LEVEL=DEBUG
|
||||||
org.eclipse.jetty.ee10.webapp.LEVEL=DEBUG
|
org.eclipse.jetty.eexx.webapp.LEVEL=DEBUG
|
||||||
org.eclipse.jetty.ee10.webapp.WebAppClassLoader.LEVEL=INFO
|
org.eclipse.jetty.eexx.webapp.WebAppClassLoader.LEVEL=INFO
|
||||||
org.eclipse.jetty.ee10.servlet.LEVEL=DEBUG
|
org.eclipse.jetty.exx.servlet.LEVEL=DEBUG
|
||||||
""";
|
""";
|
||||||
|
loggingConfig = loggingConfig.replace("eexx", env);
|
||||||
Files.writeString(loggingFile, loggingConfig, StandardCharsets.UTF_8);
|
Files.writeString(loggingFile, loggingConfig, StandardCharsets.UTF_8);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue