Skip to content

Commit

Permalink
Changed message to debug (awslabs#2422)
Browse files Browse the repository at this point in the history
Co-authored-by: AbdulRehman Faraj <[email protected]>
  • Loading branch information
AbdulR3hman and AbdulRehman Faraj authored Nov 23, 2024
1 parent aad7feb commit 65e381b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public final void handleRequest(InputStream inputStream, OutputStream outputStre
break;
}
catch (IllegalStateException e) { // if client has not upgraded to our latest, fallback to lower version
logger.warn("Client's SerDe mis-matched with connector version:, attempt with lower version: '{}'", --resolvedSerDeVersion, e);
logger.debug("Client's SerDe mis-matched with connector version:, attempt with lower version: '{}'", --resolvedSerDeVersion);
}
}

Expand Down

0 comments on commit 65e381b

Please sign in to comment.