[ https://issues.apache.org/jira/browse/ZOOKEEPER-3808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mate Szalay-Beko reassigned ZOOKEEPER-3808: ------------------------------------------- Assignee: Mate Szalay-Beko > correct the documentation about digest.enabled > ---------------------------------------------- > > Key: ZOOKEEPER-3808 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3808 > Project: ZooKeeper > Issue Type: Improvement > Components: documentation > Reporter: maoling > Assignee: Mate Szalay-Beko > Priority: Minor > > *zookeeperAdmin.md:* > {code:java} > By default, this feautre is disabled, set "true" to enable it. > {code} > From the code, enable by default and *feautre* is a typo. > {code:java} > digestEnabled = > Boolean.parseBoolean(System.getProperty(ZOOKEEPER_DIGEST_ENABLED, "true")); > LOG.info("{} = {}", ZOOKEEPER_DIGEST_ENABLED, digestEnabled); > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)