We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c540c commit 2304ae7Copy full SHA for 2304ae7
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/persistence/auth/AuthorPlanExecutor.java
@@ -89,7 +89,6 @@ public TPermissionInfoResp login(
89
result = AuthUtils.generateEmptyPermissionInfoResp();
90
}
91
} catch (AuthException e) {
92
- LOGGER.error("meet error while logging in.", e);
93
loginMessage = e.getMessage();
94
tsStatus.setCode(e.getCode().getStatusCode());
95
tsStatus.setMessage(loginMessage != null ? loginMessage : "Authentication failed.");
0 commit comments