Skip to content

Releases: venicegeo/django-audit-logging

v0.2.1

11 Jul 12:21
4ffc6f7
Compare
Choose a tag to compare

Fixes issue with django 2.2.2

Reduce Logging

16 Nov 21:26
Compare
Choose a tag to compare

This reduces log writes during file logging. Instead of logging every call to read or write, it will now just report if the file was read or written to on file close.