Skip to content

Commit 2304ae7

Browse files
Remove the error log for password validation failure. (#17509)
1 parent 90c540c commit 2304ae7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/persistence/auth/AuthorPlanExecutor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public TPermissionInfoResp login(
8989
result = AuthUtils.generateEmptyPermissionInfoResp();
9090
}
9191
} catch (AuthException e) {
92-
LOGGER.error("meet error while logging in.", e);
9392
loginMessage = e.getMessage();
9493
tsStatus.setCode(e.getCode().getStatusCode());
9594
tsStatus.setMessage(loginMessage != null ? loginMessage : "Authentication failed.");

0 commit comments

Comments
 (0)