eric-maynard commented on code in PR #1023:
URL: https://github.com/apache/polaris/pull/1023#discussion_r1966024984
##########
service/common/src/main/java/org/apache/polaris/service/exception/IcebergJsonProcessingExceptionMapper.java:
##########
@@ -76,6 +76,7 @@ public Response toResponse(JsonProcessingException exception)
{
* Otherwise, it's those pesky users.
*/
LOGGER.info("Unable to process JSON: {}", exception.getMessage());
+ LOGGER.debug("Full JsonProcessingException", exception);
Review Comment:
omega nit:
The other message uses lower case (`runtimeException`) while this uses upper
(`JsonProcessingException`). Also, I imagine the type is part of the
`Exception.toString`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]