log4mongo / log4mongo-java

log4j appender to MongoDB database
http://log4mongo.org
Apache License 2.0
80 stars 29 forks source link

Switch from the deprecated Mongo class to MongoClient #27

Closed RobertStewart closed 7 years ago

RobertStewart commented 9 years ago

The Mongo class that defaults to unsafe writes has been deprecated in recent versions of the Java driver. Log4mongo should be using the MongoClient class.

scheras commented 7 years ago

See #31 .

RobertStewart commented 7 years ago

Thanks to an awesome contribution by @scheras, this is resolved.