log4mongo / log4mongo-python

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

Extra Customization of underlying Connection object. #7

Closed EzyInsights closed 11 years ago

EzyInsights commented 11 years ago

There are some cases where it might be necessary or desirable to pass additional parameters to the underlying pymongo Connection object on the MongoHandler. These changes allow to pass any extra parameters as understood by the pymongo.Connection constructor.

char0n commented 11 years ago

Thank you for your contribution. I'll have a look at it during the weekend.

char0n commented 11 years ago

After we further discuss the issue with kwargs positioning, we can merge your pull requests. Thanks for your work.

char0n commented 11 years ago

Thanks, I will release new version of log4mongo-python ASAP.