Explicit info message about uploading S3 log
This commit is contained in:
parent
64df3950c1
commit
edf29d0616
|
|
@ -338,6 +338,7 @@ public class GATKRunReport {
|
||||||
//logger.info("Uploading " + localFile + " to AWS bucket");
|
//logger.info("Uploading " + localFile + " to AWS bucket");
|
||||||
S3Object s3Object = s3Service.putObject(REPORT_BUCKET_NAME, fileObject);
|
S3Object s3Object = s3Service.putObject(REPORT_BUCKET_NAME, fileObject);
|
||||||
logger.debug("Uploaded to AWS: " + s3Object);
|
logger.debug("Uploaded to AWS: " + s3Object);
|
||||||
|
logger.info("Uploaded run statistics report to AWS S3");
|
||||||
} catch ( S3ServiceException e ) {
|
} catch ( S3ServiceException e ) {
|
||||||
exceptDuringRunReport("S3 exception occurred", e);
|
exceptDuringRunReport("S3 exception occurred", e);
|
||||||
} catch ( NoSuchAlgorithmException e ) {
|
} catch ( NoSuchAlgorithmException e ) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue