Skip to content

Commit 40f0511

Browse files
committed
debug log + unset in the log msg
1 parent 7f6c75e commit 40f0511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ protected RequestFactory createRequestFactory() {
10061006
STORAGE_CLASS, storageClassConf);
10071007
}
10081008
} else {
1009-
LOG.info("Empty storage class property {}; falling back to default storage class",
1009+
LOG.debug("Unset storage class property {}; falling back to default storage class",
10101010
STORAGE_CLASS);
10111011
}
10121012

0 commit comments

Comments
 (0)