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_r310376072
 
 

 ##########
 File path: docs/monitoring/logging.zh.md
 ##########
 @@ -23,28 +23,25 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-The logging in Flink is implemented using the slf4j logging interface. As 
underlying logging framework, log4j is used. We also provide logback 
configuration files and pass them to the JVM's as properties. Users willing to 
use logback instead of log4j can just exclude log4j (or delete it from the lib/ 
folder).
+Flink 的日志记录是通过 slf4j 日志接口实现的。默认使用 log4j 作为日志框架,同时也提供 logback 配置文件并以属性形式传给 
JVM。开发者如果想使用 logback 来代替 log4j 的话,只需要从依赖里排除或目录里删掉 log4j。
 
 Review comment:
   ```suggestion
   Flink 的日志记录是通过 slf4j 日志接口实现的。默认使用 log4j 作为日志框架,同时也提供 logback 配置文件并以属性形式传给 
JVM。开发者如果想使用 logback 来代替 log4j 的话,只需要从依赖里排除或从 lib/ 目录里删除 log4j。
   ```

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