This is an automated email from the ASF dual-hosted git repository.
agresch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new f1c4354 STORM-3632 reduce SimpleSaslServerCallbackHandler logging
new 250fe11 Merge pull request #3264 from agresch/agresch_storm_3632
f1c4354 is described below
commit f1c435424d1b5ad36aea8d7a056dcacf043311f4
Author: Aaron Gresch <[email protected]>
AuthorDate: Wed May 6 15:54:38 2020 -0500
STORM-3632 reduce SimpleSaslServerCallbackHandler logging
---
.../storm/security/auth/sasl/SimpleSaslServerCallbackHandler.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/storm-client/src/jvm/org/apache/storm/security/auth/sasl/SimpleSaslServerCallbackHandler.java
b/storm-client/src/jvm/org/apache/storm/security/auth/sasl/SimpleSaslServerCallbackHandler.java
index 5962eda..462e872 100644
---
a/storm-client/src/jvm/org/apache/storm/security/auth/sasl/SimpleSaslServerCallbackHandler.java
+++
b/storm-client/src/jvm/org/apache/storm/security/auth/sasl/SimpleSaslServerCallbackHandler.java
@@ -168,7 +168,7 @@ public class SimpleSaslServerCallbackHandler implements
CallbackHandler {
zid = tmp.getFirst();
allowImpersonation = allowImpersonation && tmp.getSecond();
}
- LOG.info("Successfully authenticated client: authenticationID = {}
authorizationID = {}",
+ LOG.debug("Successfully authenticated client: authenticationID =
{} authorizationID = {}",
nid, zid);
//if authorizationId is not set, set it to authenticationId.