Clarkkkkk commented on a change in pull request #6679: [FLINK-10223][LOG]Logging with resourceId during taskmanager startup URL: https://github.com/apache/flink/pull/6679#discussion_r216607537
########## File path: flink-runtime/src/main/scala/org/apache/flink/runtime/taskmanager/TaskManager.scala ########## @@ -1831,7 +1831,7 @@ object TaskManager { taskManagerClass: Class[_ <: TaskManager]) : Unit = { - LOG.info("Starting TaskManager") + LOG.info(s"Starting TaskManager $resourceID") Review comment: Same as above. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services