- 
    Improvement 
- 
    Resolution: Fixed
- 
    Minor 
- 
    None
Trying to diagnose a junit xml parse failure I found in JUnitInputMetric.java that xml parse errors were being passed to stdout rather than through the logger - this means that the actual cause of the errors aren't getting to the jenkins log system.
JUnitInputMetric.java should be updated to use the logger rather then System.out.println