log4mongo / log4mongo-python

python logging handler for mongo database
http://log4mongo.org
Other
111 stars 37 forks source link

Support MongoDB URI format #38

Open turian opened 5 years ago

turian commented 5 years ago

If the host is in MongoDB URI format, e.g. 'mongodb://localhost:27017/', the port and username and password should override the defaults. MongoClient supports these URIs.