From a616a6b44a205303dcffc4200fb84d27b310ba7d Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Thu, 3 Sep 2020 08:07:48 +0100 Subject: [PATCH] JAL-3676 remove mention of Castor --- help/help/html/logging.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/help/help/html/logging.html b/help/help/html/logging.html index fcb491d..c1bb89b 100644 --- a/help/help/html/logging.html +++ b/help/help/html/logging.html @@ -78,11 +78,7 @@
   logs.Axis.level=DEBUG
   
- to get debug information for the SOAP services, and -
-  logs.Castor.level=DEBUG
-  
- 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.

You can set the logs.jalview.level property to a log level not usually presented in the Java Console (though restricted to log levels used by Apache Log4j -- see Log4j Custom Log Levels 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. -- 1.7.10.2