Skip to content

Commit

Permalink
Change logger level from info to bug for one call
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
  • Loading branch information
ryanbogan committed Dec 14, 2022
1 parent 0cdb48e commit 331b654
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ public final <T extends TransportResponse> void sendRequest(
final TransportResponseHandler<T> handler
) {
try {
logger.info("Action: " + action);
logger.debug("Action: " + action);
final TransportResponseHandler<T> delegate;
if (request.getParentTask().isSet()) {
// TODO: capture the connection instead so that we can cancel child tasks on the remote connections.
Expand Down

0 comments on commit 331b654

Please sign in to comment.