Skip to content

Commit

Permalink
Reduce log verbosity
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Hudalla <kai.hudalla@bosch-si.com>
  • Loading branch information
Kai Hudalla committed Dec 16, 2019
1 parent e343737 commit de2d049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ protected AbstractRequestResponseClient(
*/
public final void setResponseCache(final ExpiringValueCache<Object, R> cache) {
this.responseCache = cache;
LOG.info("enabling caching of responses from {}", getName());
LOG.debug("enabling caching of responses from {}", getName());
}

/**
Expand Down

0 comments on commit de2d049

Please sign in to comment.