yanghua 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_r216725459
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskManagerRunner.java ########## @@ -349,6 +349,8 @@ public static TaskExecutor startTaskManager( checkNotNull(rpcService); checkNotNull(highAvailabilityServices); + LOG.info("Starting taskManager {}", resourceID); Review comment: Agree @Clarkkkkk , in addition, `taskManager` -> `TaskManager` looks better to me. ---------------------------------------------------------------- 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