This is an automated email from the ASF dual-hosted git repository. jasonhuynh pushed a commit to branch support/1.13 in repository https://gitbox.apache.org/repos/asf/geode.git
commit 153bf391d2ed4c2bbeddf018bf4790ca5db2489a Author: Jason Huynh <[email protected]> AuthorDate: Wed Jun 3 09:37:49 2020 -0700 GEODE-8203: Adding standard-output-always-on (#5200) * Added information about a new system property that prevents disabling logging to standard out when a log file is present (cherry picked from commit 71e40974d3a8053e5d0aa027004371a21495e3a3) --- geode-docs/reference/topics/gemfire_properties.html.md.erb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/geode-docs/reference/topics/gemfire_properties.html.md.erb b/geode-docs/reference/topics/gemfire_properties.html.md.erb index dca40a7..0e2d114 100644 --- a/geode-docs/reference/topics/gemfire_properties.html.md.erb +++ b/geode-docs/reference/topics/gemfire_properties.html.md.erb @@ -731,6 +731,13 @@ When enabled, also sets ssl-endpoint-identification-enabled to true.</td> </tr> <tr> +<td>standard-output-always-on</td> +<td>Boolean value specifying to always log to standard out even if a log file exists.</td> +<td>S, L</td> +<td>false</td> +</tr> + +<tr> <td>start-dev-rest-api</td> <td>If set to true, then the developer REST API service will be started when cache is created. REST service can be configured using <code class="ph codeph">http-service-port</code> and <code class="ph codeph">http-service-bind-address</code> properties.</td> <td>S</td>
