gaborgsomogyi commented on code in PR #21294:
URL: https://github.com/apache/flink/pull/21294#discussion_r1022432629


##########
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:
   My main intention is to see token usage in info level. These logs are 
produced small amount of logs (maybe 10-20 line per day) but they're essential 
to see the token framework full lifecycle. As a side effect I'm using one of 
them as assertion criteria.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to