wangyang0918 commented on a change in pull request #15056: URL: https://github.com/apache/flink/pull/15056#discussion_r585674051
########## File path: flink-dist/src/main/flink-bin/bin/config.sh ########## @@ -545,6 +545,34 @@ $FLINK_INHERITED_LOGS JM_RESOURCE_PARAMS extraction logs: jvm_params: $jvm_params +dynamic_configs: $DYNAMIC_PARAMETERS +logs: $logging_output +" +} + +parseTmArgsAndExportLogs() { + java_utils_output=$(runBashJavaUtilsCmd GET_TM_RESOURCE_PARAMS "${FLINK_CONF_DIR}" "$FLINK_BIN_DIR/bash-java-utils.jar:$(findFlinkDistJar)" "${ARGS[@]}") Review comment: Sure. ---------------------------------------------------------------- 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: us...@infra.apache.org