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

E11000 duplicate key error collection: mongolog.mongolog #81

Closed agusmakmun closed 5 years ago

agusmakmun commented 5 years ago

How I can handle duplicate key error, when I following this django-mongolog?

image

{
  code: 11000, 
  errmsg: 'E11000 duplicate key error collection: mongolog.mongolog index: uuid_1 dup key: { : "e5a55c46a3b759839df3d1ea99ea813f" }', 
  index: 0
}
gnulnx commented 5 years ago

I would need to see your code to understand this better, but the duplicate key error is likely arising from something on your end.

Sorry about the super late reply here. If this is still an issue reopen with example code to reproduce and I'll take a look.