CURATOR-526: drop log level for message to debug

ZooKeeper is backwards compatible and accepts older config
string formats, albeit without dynamic configuration
support. Since the older format is acceptable, we should not
log at error when we see the older format and should
instead simply log at debug.

Author: Ammar Khaku <ammar.khaku@gmail.com>

Reviewers: Enrico Olivelli <eolivelli@apache.org>, Russell Bolles

Closes #382 from akhaku/dropLogLevel
1 file changed
tree: 781d117e90e2f53bb2fc7006cd921d9c3611e845
  1. curator-client/
  2. curator-examples/
  3. curator-framework/
  4. curator-recipes/
  5. curator-test/
  6. curator-test-zk35/
  7. curator-x-async/
  8. curator-x-discovery/
  9. curator-x-discovery-server/
  10. src/
  11. .gitignore
  12. .travis.yml
  13. DEPENDENCIES
  14. doap.rdf
  15. LICENSE
  16. merge-pr.py
  17. NOTICE
  18. pom.xml
  19. README.md
README.md

Apache Curator

Build Status Maven Central Curator Website Stack Overflow Twitter

What's is Apache Curator?

Apache Curator is a Java/JVM client library for Apache ZooKeeper, a distributed coordination service.

Apache Curator includes a high-level API framework and utilities to make using Apache ZooKeeper much easier and more reliable. It also includes recipes for common use cases and extensions such as service discovery and a Java 8 asynchronous DSL.

For more details: