GitHub user Aitozi opened a pull request: https://github.com/apache/flink/pull/6111
[FLINK-9504]Change the log level of checkpoint duration to debug Now, every time checkpoint it will log with the OperatorStateBackend and KeyedStateBackend with per partition/parallel time cost, it often lead to too much log in TaskManager , i think the log level should change to the debug, is it ok ? @StephanEwen You can merge this pull request into a Git repository by running: $ git pull https://github.com/Aitozi/flink FLINK-9504 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/6111.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #6111 ---- commit 8368e2e82ad6e0605bfbc4692cde3cc09e431816 Author: minwenjun <minwenjun@...> Date: 2018-06-02T13:05:04Z change the log level of checkpoint cost to debug ---- ---