JAL-629 fixed a Log4j test by adding --debug arg
[jalview.git] / test / jalview / util / Log4jTest.java
index 73bf207..8f23ae5 100644 (file)
@@ -158,7 +158,7 @@ public class Log4jTest
   @Test(groups = { "Functional" })
   public void testLog4j()
   {
-    String appArgs = " -open examples/uniref50.fa -nosplash -nonews -noquestionnaire -nousagestats -nowebservicediscovery";
+    String appArgs = " -open examples/uniref50.fa -nosplash -nonews -noquestionnaire -nousagestats -nowebservicediscovery --debug";
 
     Worker worker = getJalviewDesktopRunner(appArgs);
     assertNotNull(worker, "worker is null");