Updating README: how to get ride of the verbose logging

An instruction to get ride of logging messages from the driver was added
to the README file. A reference to the solution's source was also given.
This commit is contained in:
Andre Ambrosio Boechat 2015-08-27 14:46:41 -03:00
parent 5f53732719
commit 6b5a95996d

View file

@ -65,6 +65,15 @@ hesitate to join our [mailing
list](https://groups.google.com/forum/#!forum/clojure-mongodb) and ask
questions, too!
From the `3.0.0-beta` MongoDB Java driver, all logging was switched to
SLF4J
([reference](https://groups.google.com/d/msg/mongodb-user/_t5rHlaxYxI/aNdlMVIrcR0J)).
To get ride of the verbose logging from the driver, add the following
artifact to your dependencies:
[org.slf4j/slf4j-nop "1.7.12"]
## Documentation & Examples