bartTC / django-eventlog

django-eventlog is a very simple event logger you can use to track certain actions in your code. Events are stored in a Django model and can be viewed in the Django Admin.
https://barttc.github.io/django-eventlog/
MIT License
32 stars 5 forks source link

Feature: Allow to include more information besides the message #1

Closed nicolaslara closed 5 years ago

nicolaslara commented 6 years ago

We may want to display more information besides a simple message. Maybe even a traceback?

bartTC commented 6 years ago

Yeah, I was thinking of adding a JSONField to the event model and then .. do what you want, as long as its serializable. Then display the JSON somewhat formatted in the admin.

bartTC commented 5 years ago

Haven't had the need for this in a while now so I'm closing it until there's' again.

bartTC commented 8 months ago

A JSONField has been added in v1.5.