Skip to content

Commit

Permalink
[FLINK-9656][docs] Add env.java.opts.client to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjunjerry authored and tillrohrmann committed Apr 10, 2020
1 parent 9db0ced commit 680db0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/monitoring/application_profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion docs/monitoring/application_profiling.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 680db0d

Please sign in to comment.