Skip to content
Snippets Groups Projects

SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...

Closed Artur Pedziwilk requested to merge RP-3782-add-docker-desktop-quickstart into 20.10.x
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -87,6 +87,7 @@ public class JsTestCommonSelenium extends SeleniumTest
File configurationFile = new File("etc/log4j1.xml");
System.setProperty("log4j.configuration", configurationFile.getAbsolutePath());
System.setProperty("log4j.configurationFile", configurationFile.getAbsolutePath());
System.setProperty("org.eclipse.jetty.LEVEL", "INFO");
JsTestCommonApplicationServer as = new JsTestCommonApplicationServer();
as.setDeamon(true);
Loading