svsticky / constipated-koala

Management system for our study association
https://koala.svsticky.nl/
GNU General Public License v3.0
16 stars 4 forks source link

Missing events in admin logs #1071

Open SilasPeters opened 8 months ago

SilasPeters commented 8 months ago

As explained in #658, the logs in the admin page, which displays events like "person x enrolled for activity y", does not include all events.

658 suggests getting a new logger, so these issues go hand-in-hand, as getting a new logger might just as well solve it.

Riscky commented 8 months ago

I don't think that using a new logging library is going to magically solve the missing events. The logs are configured with the magic is_impressionable attribute on models and overwriting the impressions object , and I suppose we'll have to add that everywhere we want logs.