hapihu commented on a change in pull request #16780:
URL: https://github.com/apache/flink/pull/16780#discussion_r689502038
##########
File path:
docs/content.zh/docs/deployment/resource-providers/standalone/kubernetes.md
##########
@@ -359,13 +388,13 @@ data:
logger.zookeeper.name = org.apache.zookeeper
logger.zookeeper.level = INFO
- # Log all infos to the console
+ # 将所有 info 级别的日志输出到 console
appender.console.name = ConsoleAppender
appender.console.type = CONSOLE
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = %d{yyyy-MM-dd HH:mm:ss,SSS} %-5p %-60c
%x - %m%n
- # Log all infos in the given rolling file
+ # 将所有 info 级别的日志输出到 rolling file
Review comment:
Ok, take your advice. It has been fixed.
##########
File path:
docs/content.zh/docs/deployment/resource-providers/standalone/kubernetes.md
##########
@@ -379,12 +408,13 @@ data:
appender.rolling.strategy.type = DefaultRolloverStrategy
appender.rolling.strategy.max = 10
- # Suppress the irrelevant (wrong) warnings from the Netty channel handler
+ # 关闭 Netty channel handler 中的不相关(错误)警告
Review comment:
Ok, take your advice. It has been fixed.
--
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]