XComp commented on a change in pull request #16989:
URL: https://github.com/apache/flink/pull/16989#discussion_r702868452



##########
File path: 
flink-yarn/src/main/java/org/apache/flink/yarn/cli/FlinkYarnSessionCli.java
##########
@@ -937,6 +937,7 @@ private static boolean repStep(BufferedReader in, boolean 
readConsoleInput)
 
         if (readConsoleInput && in.ready()) {
             String command = in.readLine();
+            LOG.info(String.format("'%s' command retrieved.", command));

Review comment:
       I thought this would be some valuable log output. Hence, I added it.




-- 
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]


Reply via email to