CRUD Logging in Appfarm

Hi, I am currently researching building a logging mechanism for any CRUD operations to our database. I know that I can create a Log object every time a CRUD operation is performed, but it seems to me like if I want to do this system-wide for all CRUD operations, I would have to manually go through every single action, checking for CRUD operations and running the action to create a log. Is there any support from Appfarm for a more efficient way of achieving the logging that we want?

1 Like

Hello,

A similar question was asked about a week ago, and Kristian provided some information about built-in audit trail being on our roadmap. He also suggested a temporary implementation solution. You can read more about it here:

Hope this helps!

/ Malin