Details
-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Command Line Interface, Test suite
-
Labels:None
-
Epic Link:
Description
The Jalview CLI test suite watches for [-CMD] statements in the output in order to monitor progress. Such output should be disabled by default to minimise Jalview's verbosity under normal command line use.
Perhaps just create a batch mode logger and change all the System.out.println statements to use it ? I'd also recommend a standard method signature be used like:
jalview.bin.Jalview.argProcessed(..message..) rather than putting an explicit log statement everywhere, this allows the output to be redirected without touching every place it is used.
Perhaps just create a batch mode logger and change all the System.out.println statements to use it ? I'd also recommend a standard method signature be used like:
jalview.bin.Jalview.argProcessed(..message..) rather than putting an explicit log statement everywhere, this allows the output to be redirected without touching every place it is used.