Merge 6b5a95996d into be43faf059
This commit is contained in:
commit
e721b27990
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue