rsingh433 commented on code in PR #409: URL: https://github.com/apache/accumulo-website/pull/409#discussion_r1431541143
########## _docs-2/configuration/server-properties.md: ########## @@ -119,6 +119,7 @@ Below are properties set in `accumulo.properties` or the Accumulo shell that con | <a name="monitor_prefix" class="prop"></a> **monitor.*** | **Available since:** 1.3.5<br>Properties in this category affect the behavior of the monitor web server. | | <a name="monitor_lock_check_interval" class="prop"></a> monitor.lock.check.interval | **Available since:** 1.5.1<br>The amount of time to sleep between checking for the Monitor ZooKeeper lock<br>**type:** TIMEDURATION, **zk mutable:** no, **default value:** `5s` | | <a name="monitor_port_client" class="prop"></a> monitor.port.client | **Available since:** 1.3.5<br>The listening port for the monitor's http service<br>**type:** PORT, **zk mutable:** no, **default value:** `9995` | +| <a name="monitor_port_log4j" class="prop"></a> monitor.port.log4j | **Available since:** 1.3.5<br>The listening port for the monitor's http service<br>**type:** PORT, **zk mutable:** no, **default value:** `9995` | Review Comment: Removed the monitor.port.log4j from in-depth-install and server-properties file as well. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
