This commit is contained in:
Andre Boechat 2017-05-14 04:10:26 +00:00 committed by GitHub
commit e721b27990

View file

@ -65,6 +65,15 @@ hesitate to join our [mailing
list](https://groups.google.com/forum/#!forum/clojure-mongodb) and ask list](https://groups.google.com/forum/#!forum/clojure-mongodb) and ask
questions, too! 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 ## Documentation & Examples