Closed sanchegm closed 1 month ago
Found this admin logs installation: https://pypi.org/project/django-admin-logs/ to answer the first need of logging.
For the API, here is an option: https://pypi.org/project/drf-api-logger/ . Seems like it would answer the questions we have.
Need to add loggers for warning, error, and critical information.
Liam advised me to follow: https://testing.googleblog.com/2013/06/optimal-logging.html
Logs for when a user Creates, Deletes, or Edits and Affiliation, User, or Group. Make these logs visible to superusers.
Error message logger/notification
Eventually have logs for when someone makes API request.