Implement logging for moderation events #3943
Labels
💻 aspect: code
Concerns the software code in the repository
🌟 goal: addition
Addition of new feature
🟩 priority: low
Low priority and doesn't need to be rushed
🧱 stack: api
Related to the Django API
Milestone
Description
To send metrics from the Django API to AWS CloudWatch where they will be visualised, the metrics will be sent as structured logs that can be parsed by AWS Logs Insights.
Add logging for moderation events when
Report
andDecision
models are created/modified. The logging should be emitted fromsave
method on these models.Additional context
The text was updated successfully, but these errors were encountered: