YngwieWang commented on a change in pull request #8350: 
[FLINK-12403][doc-zh]Translate 'How to use logging' page into Chinese
URL: https://github.com/apache/flink/pull/8350#discussion_r310376867
 
 

 ##########
 File path: docs/monitoring/logging.zh.md
 ##########
 @@ -62,17 +59,17 @@ The provided `logback.xml` has the following form:
 </configuration>
 {% endhighlight %}
 
-In order to control the logging level of 
`org.apache.flink.runtime.jobgraph.JobGraph`, for example, one would have to 
add the following line to the configuration file.
+通过添加以下配置文件可以控制 `org.apache.flink.runtime.jobgraph.JobGraph` 的日志级别。
 
 {% highlight xml %}
 <logger name="org.apache.flink.runtime.jobgraph.JobGraph" level="DEBUG"/>
 {% endhighlight %}
 
-For further information on configuring logback see [LOGback's 
manual](http://logback.qos.ch/manual/configuration.html).
+获取 logback 更多配置信息可以参考 [LOGBack 
配置手册](http://logback.qos.ch/manual/configuration.html)。
 
-## Best practices for developers
+## 面向开发者的最佳实践
 
-The loggers using slf4j are created by calling
+在调用的时候创建 slf4j logger。
 
 Review comment:
   ```suggestion
   通过如下调用创建 slf4j 记录器
   ```

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

Reply via email to