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

changing logging to accept a database and collection name #68

Closed dowling-john closed 7 years ago

dowling-john commented 7 years ago

Hi, I left a comment on your feedback about the database and collection naming.

I have had a look and I think that this will allow the user to define the database and collection names in the settings file. This is assuming that the config file sends these in as named arguments in the way that i am thinking it does.

let me know if this is something of interest to you

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.01%) to 96.392% when pulling fe8928b4bfb48938929a827aca4182a70f827909 on Flexin1981:mongo_db_collection_naming into 14c98f9ca81465b6d350e66ea0504c3bac66ede6 on gnulnx:master.

gnulnx commented 7 years ago

This is great! Thank you Flexin!