JAL-3671 hardwire log4j.root logger to INFO to supress jetty and httpclient log output
authorJim Procter <jprocter@issues.jalview.org>
Fri, 26 Jun 2020 16:12:31 +0000 (17:12 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Tue, 25 Aug 2020 16:41:00 +0000 (17:41 +0100)
src/jalview/bin/Cache.java

index 6e44b0c..ba28717 100755 (executable)
@@ -315,6 +315,9 @@ public class Cache
       // lcastor = Logger.getLogger("org.exolab.castor.xml.Marshaller");
       // lcastor.setLevel(Level.toLevel(Cache.getDefault("logs.Castor.Level",
       // Level.INFO.toString())));
+      // we shouldn't need to do this
+      org.apache.log4j.Logger.getRootLogger().setLevel(org.apache.log4j.Level.INFO); 
+
       jalview.bin.Cache.log.setLevel(Level.toLevel(Cache
               .getDefault("logs.Jalview.level", Level.INFO.toString())));
       // laxis.addAppender(ap);