Skip to content

Commit

Permalink
#5749 reduce normal process logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Sep 12, 2019
1 parent 15e1e1e commit a854325
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public void writeTo(DownloadInstance di, Class<?> clazz, Type type, Annotation[]
throw new WebApplicationException(Response.Status.SERVICE_UNAVAILABLE);
}

logger.info("Data Access API: direct S3 url: "+redirect_url_str);
logger.fine("Data Access API: direct S3 url: "+redirect_url_str);
URI redirect_uri;

try {
Expand Down

0 comments on commit a854325

Please sign in to comment.