wangyang0918 commented on a change in pull request #10245:
[FLINK-10936][kubernetes] Implement Kubernetes command line tools to support
session cluster.
URL: https://github.com/apache/flink/pull/10245#discussion_r355171235
##########
File path:
flink-clients/src/main/java/org/apache/flink/client/cli/AbstractCustomCommandLine.java
##########
@@ -42,6 +47,8 @@
*/
public abstract class AbstractCustomCommandLine implements CustomCommandLine {
+ private static final Logger LOG =
LoggerFactory.getLogger(AbstractCustomCommandLine.class);
Review comment:
Some static methods need to use the logger. So i just leave it to different
implementation class.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services