Skip to content

Commit

Permalink
add more data to log
Browse files Browse the repository at this point in the history
  • Loading branch information
amon-ra committed Jan 26, 2025
1 parent 606585d commit ea71f97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions auditlog/models/rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,9 @@ def create_logs(
"user_id": uid,
"added": diff.added(),
"changed": diff.changed(),
"new": new_values,
"old": old_values,
"fields_to_exclude": fields_to_exclude,
"additional_log_values": additional_log_values,
})
return False

Check warning on line 538 in auditlog/models/rule.py

View check run for this annotation

Codecov / codecov/patch

auditlog/models/rule.py#L538

Added line #L538 was not covered by tests
Expand Down

0 comments on commit ea71f97

Please sign in to comment.