Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

Commit

Permalink
Reduce log level
Browse files Browse the repository at this point in the history
  • Loading branch information
yaniv-cb4 committed May 29, 2016
1 parent c1dec91 commit ebf3d73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public Response getDocumentsForPushApp(@PathParam("qualifier") String qualifer,
mdo.addFormData("file" + i, documents.get(i), MediaType.TEXT_PLAIN_TYPE);
}

logger.info(String.format("%s documents found for push applicaiton %s", documents != null ? documents.size() : 0, pushApplicationID));
logger.fine(String.format("%s documents found for push applicaiton %s", documents != null ? documents.size() : 0, pushApp.getPushApplicationID()));

return Response.ok(mdo).build();
} catch (Exception e) {
Expand Down

0 comments on commit ebf3d73

Please sign in to comment.