This is an automated email from the ASF dual-hosted git repository. trohrmann pushed a commit to branch release-1.10 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 7054ed3252f6ac2f29340407cf4fdf1f4414e9cf Author: Jun Qin <11677043+qinjunje...@users.noreply.github.com> AuthorDate: Tue Apr 7 21:54:27 2020 +0200 [FLINK-9656][docs] Add env.java.opts.client to docs --- docs/monitoring/application_profiling.md | 3 ++- docs/monitoring/application_profiling.zh.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/monitoring/application_profiling.md b/docs/monitoring/application_profiling.md index 3fe0adb..0cc1b3c 100644 --- a/docs/monitoring/application_profiling.md +++ b/docs/monitoring/application_profiling.md @@ -29,7 +29,8 @@ under the License. Each standalone JobManager, TaskManager, HistoryServer, and ZooKeeper daemon redirects `stdout` and `stderr` to a file with a `.out` filename suffix and writes internal logging to a file with a `.log` suffix. Java options configured by the -user in `env.java.opts`, `env.java.opts.jobmanager`, `env.java.opts.taskmanager` and `env.java.opts.historyserver` can likewise define log files with +user in `env.java.opts`, `env.java.opts.jobmanager`, `env.java.opts.taskmanager`, `env.java.opts.historyserver` and +`env.java.opts.client` can likewise define log files with use of the script variable `FLINK_LOG_PREFIX` and by enclosing the options in double quotes for late evaluation. Log files using `FLINK_LOG_PREFIX` are rotated along with the default `.out` and `.log` files. diff --git a/docs/monitoring/application_profiling.zh.md b/docs/monitoring/application_profiling.zh.md index 6061f21..5acdf38 100644 --- a/docs/monitoring/application_profiling.zh.md +++ b/docs/monitoring/application_profiling.zh.md @@ -29,7 +29,8 @@ under the License. Each standalone JobManager, TaskManager, HistoryServer, and ZooKeeper daemon redirects `stdout` and `stderr` to a file with a `.out` filename suffix and writes internal logging to a file with a `.log` suffix. Java options configured by the -user in `env.java.opts`, `env.java.opts.jobmanager`, `env.java.opts.taskmanager` and `env.java.opts.historyserver` can likewise define log files with +user in `env.java.opts`, `env.java.opts.jobmanager`, `env.java.opts.taskmanager`, `env.java.opts.historyserver` and +`env.java.opts.client` can likewise define log files with use of the script variable `FLINK_LOG_PREFIX` and by enclosing the options in double quotes for late evaluation. Log files using `FLINK_LOG_PREFIX` are rotated along with the default `.out` and `.log` files.