mbalassi commented on code in PR #21294:
URL: https://github.com/apache/flink/pull/21294#discussion_r1021992440
##########
flink-runtime/src/main/java/org/apache/flink/runtime/security/token/DelegationTokenUpdater.java:
##########
@@ -38,18 +38,18 @@ public static void addCurrentUserCredentials(byte[]
credentialsBytes) throws IOE
throw new IllegalArgumentException("Illegal credentials tried to
be set");
}
Credentials credentials =
DelegationTokenConverter.deserialize(credentialsBytes);
- LOG.debug("Updating delegation tokens for current user");
+ LOG.info("Updating delegation tokens for current user");
Review Comment:
@gaborgsomogyi are you changing the log level because you reconsidered the
usefulness of these messages or just to help with testing? If the latter is
true we should instead set the log config to be debug level in the e2e test.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]