mukund-thakur commented on code in PR #5948: URL: https://github.com/apache/hadoop/pull/5948#discussion_r1304703448
########## hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Invoker.java: ########## @@ -471,7 +471,8 @@ public <T> T retryUntranslated( } // you only get here if the operation didn't complete // normally, hence caught != null - + LOG.debug("{} ; {}, ", text, caught.toString()); + LOG.trace("{}", caught); Review Comment: Yes you are right. -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org