File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token Expand file tree Collapse file tree 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 {
123123 String algorithm = conf .get (
124124 CommonConfigurationKeysPublic .HADOOP_SECURITY_SECRET_MANAGER_KEY_GENERATOR_ALGORITHM_KEY ,
125125 CommonConfigurationKeysPublic .HADOOP_SECURITY_SECRET_MANAGER_KEY_GENERATOR_ALGORITHM_DEFAULT );
126- LOG .info ("Selected hash algorithm: {}" , algorithm );
126+ LOG .debug ("Selected hash algorithm: {}" , algorithm );
127127 SELECTED_ALGORITHM = algorithm ;
128128 int length = conf .getInt (
129129 CommonConfigurationKeysPublic .HADOOP_SECURITY_SECRET_MANAGER_KEY_LENGTH_KEY ,
130130 CommonConfigurationKeysPublic .HADOOP_SECURITY_SECRET_MANAGER_KEY_LENGTH_DEFAULT );
131- LOG .info ("Selected hash key length:{}" , length );
131+ LOG .debug ("Selected hash key length:{}" , length );
132132 SELECTED_LENGTH = length ;
133133 }
134134
You can’t perform that action at this time.
0 commit comments