This is an automated email from the ASF dual-hosted git repository. dbarnes pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git
commit 25a0d6e3cc1cce930f50c68120b738862f8488c5 Author: Dave Barnes <[email protected]> AuthorDate: Tue Feb 27 22:24:52 2018 -0800 GEODE-4101: User Guide - incorporate review comments --- geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb | 6 +++--- geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb index 5fa0880..c656e8e 100644 --- a/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb +++ b/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb @@ -235,7 +235,7 @@ start jvisualvm [--J=value(,value)*] | Name | Description | |------------|-------------| -| <span class="keyword parmname">\\-\\-J</span> | VM-option passed to the spawned CacheServer VM. For example: `-J-Dfoo.bar=true` for setting foo.bar to 'true'. | +| <span class="keyword parmname">\\-\\-J</span> | VM-option passed to the spawned CacheServer VM. For example: `--J=-Dfoo.bar=true` for setting foo.bar to 'true'. | **Example Commands:** @@ -392,7 +392,7 @@ See <a href="../../../configuring/cluster_config/gfsh_persist.html">Overview of </tr> <tr class="even"> <td><span class="keyword parmname">\-\-redirect-output</span></td> -<td>When true, redirect standard out and standard error to the locator log file. If specified without a value, the value is set to true.</td> +<td>When true, redirect standard output and standard error to the locator log file. If specified without a value, the value is set to true.</td> <td>false</td> </tr> <tr class="even"> @@ -737,7 +737,7 @@ See <a href="../../../configuring/cluster_config/gfsh_persist.html">Overview of </tr> <tr class="even"> <td><span class="keyword parmname">\-\-redirect-output</span></td> -<td>When true, redirect standard out and standard error to the server log file. If specified without a value, the value is set to true.</td> +<td>When true, redirect standard output and standard error to the server log file. If specified without a value, the value is set to true.</td> <td>false</td> </tr> <tr class="even"> diff --git a/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb b/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb index df91f51..393d838 100644 --- a/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb +++ b/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb @@ -90,10 +90,10 @@ gfsh writes several log files for any members that are started via gfsh. Useful - **<server\_name>.log**. Details a server's configuration (including all gemfire.properties) and all activity that occurs on the server after startup. This log file is written to a directory that is named after the server. For example, if you start a server named server1, the file is written as `server1.log` in the `<product_dir>/server1` directory. If you stop and start the server with an identical name, the older log files are kept in the same directory but renamed for version [...] - **vf.gf.server.pid**. Contains the process ID of the server. You can use the PID to stop or view the status of this server. This file is written to the same location as the server log file. -## Viewing Standard Out and Standard Error +## Viewing Standard Output and Standard Error -By default, <%=vars.product_name%> does not show messages written by the application to `stdout` and -`stderr`. To allow these messages to be written to the locator and server log files, respectively, +By default, <%=vars.product_name%> does not show messages written by the application to standard output and +standard error. To allow these messages to be written to the locator and server log files, respectively, specify the `--redirect-output` option with the gfsh `start locator` or `start server` commands. For example, the following command causes `stdout` and `stderr` messages to be written to the `locator1.log` file: -- To stop receiving notification emails like this one, please contact [email protected].
