Skip to content

Commit

Permalink
[Upd] Remove uninformative logging
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Sep 2, 2021
1 parent 26f70a8 commit 85288e1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ public StreamResourceDTO registerStreamResource(String contentType, InputStream
try {
data = IOUtils.toByteArray(body);
StreamResourceRegistry.getInstance().registerResource(res.getId(), data, contentType);
// TODO body
LOG.info("Resource content size: {}", data.length);
LOG.trace("Resource content: {}", data);
} catch (IOException e) {
LOG.error("Unable to read payload: ", e);
}
Expand Down

0 comments on commit 85288e1

Please sign in to comment.