Only see not writing GATK Run Report if you are running with debug enabled
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4437 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
69485d6a7a
commit
00491fcd2e
|
|
@ -286,7 +286,7 @@ public class GATKRunReport {
|
|||
postReport(file);
|
||||
logger.info("Wrote report to " + file);
|
||||
} else {
|
||||
logger.info("Not writing report: sentinel " + REPORT_SENTINEL + " doesn't exist");
|
||||
logger.debug("Not writing report: sentinel " + REPORT_SENTINEL + " doesn't exist");
|
||||
}
|
||||
} catch ( Exception e ) {
|
||||
// we catch everything, and no matter what eat the error
|
||||
|
|
|
|||
Loading…
Reference in New Issue