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

Make check_keys recursive #74

Closed gnulnx closed 5 years ago

gnulnx commented 5 years ago

Currently this method only goes two layers deep. This ticket should address this by making it a recursive function that goes 'n' levels deep to replace all keys having a '.' or a '$'.

gnulnx commented 5 years ago

Resolved in jf/j4