JAL-3676 remove mention of Castor
authorJim Procter <jprocter@issues.jalview.org>
Thu, 3 Sep 2020 07:07:48 +0000 (08:07 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 3 Sep 2020 07:07:48 +0000 (08:07 +0100)
help/help/html/logging.html

index fcb491d..c1bb89b 100644 (file)
   <pre>
   logs.Axis.level=DEBUG
   </pre>
-  to get debug information for the SOAP services, and
-  <pre>
-  logs.Castor.level=DEBUG
-  </pre>
-  to get excessive information on XML serialisation and deserialisation!  These last two properties cannot be set from within the Java Console.
+  to get debug information for Jalview's JPred service. The Axis log level cannot be set from within the Java Console.
   </p>
   <p>
   You can set the <em>logs.jalview.level</em> property to a log level not usually presented in the Java Console (though restricted to log levels used by Apache Log4j -- see <a href="https://logging.apache.org/log4j/2.x/manual/customloglevels.html">Log4j Custom Log Levels</a> for details of the standard log levels available).  Jalview does not currently define any custom log levels.  If you do set the property with a log level that is normally not visible in the Java Console this should be respected and visibly selected when you open the console.