We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6c75e commit 40f0511Copy full SHA for 40f0511
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java
@@ -1006,7 +1006,7 @@ protected RequestFactory createRequestFactory() {
1006
STORAGE_CLASS, storageClassConf);
1007
}
1008
} else {
1009
- LOG.info("Empty storage class property {}; falling back to default storage class",
+ LOG.debug("Unset storage class property {}; falling back to default storage class",
1010
STORAGE_CLASS);
1011
1012
0 commit comments