bharatviswa504 commented on a change in pull request #1054:
URL: https://github.com/apache/hadoop-ozone/pull/1054#discussion_r439211764
##########
File path:
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/exception/S3ErrorTable.java
##########
@@ -106,6 +111,7 @@ public static OS3Exception newError(OS3Exception e, String
resource) {
OS3Exception err = new OS3Exception(e.getCode(), e.getErrorMessage(),
e.getHttpCode());
err.setResource(resource);
+ LOG.info(err.toXml());
Review comment:
One comment:
This should be LOG.error
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]