gnulnx / django-mongolog

A Simple Mongo Based Logger for Django
http://gnulnx.github.io/django-mongolog/
GNU General Public License v3.0
15 stars 4 forks source link

ml_purge backup issue #71

Open gnulnx opened 6 years ago

gnulnx commented 6 years ago

the ml_purge command assumes localhost when calling mongodump during the backup.

This ticket is to add support for passing in host and port for command and using it in all instances of mongo related calls.