File tree 1 file changed +2
-2
lines changed
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,12 +123,12 @@ public void checkAvailableForRead() throws StandbyException {
123
123
String algorithm = conf .get (
124
124
CommonConfigurationKeysPublic .HADOOP_SECURITY_SECRET_MANAGER_KEY_GENERATOR_ALGORITHM_KEY ,
125
125
CommonConfigurationKeysPublic .HADOOP_SECURITY_SECRET_MANAGER_KEY_GENERATOR_ALGORITHM_DEFAULT );
126
- LOG .info ("Selected hash algorithm: {}" , algorithm );
126
+ LOG .debug ("Selected hash algorithm: {}" , algorithm );
127
127
SELECTED_ALGORITHM = algorithm ;
128
128
int length = conf .getInt (
129
129
CommonConfigurationKeysPublic .HADOOP_SECURITY_SECRET_MANAGER_KEY_LENGTH_KEY ,
130
130
CommonConfigurationKeysPublic .HADOOP_SECURITY_SECRET_MANAGER_KEY_LENGTH_DEFAULT );
131
- LOG .info ("Selected hash key length:{}" , length );
131
+ LOG .debug ("Selected hash key length:{}" , length );
132
132
SELECTED_LENGTH = length ;
133
133
}
134
134
You can’t perform that action at this time.
0 commit comments