Hi All
I am designing intranet system for medium business. Should i keep single log table for all modules or make it separate ? Audit log keeps all admin/staff activities(create, update, delete objects) and the log structure is universal for any kind of module. And also is it good idea if i pull report based on log records ? My log table keeps object type and object id so i could fetch data for any object and at any time based on event,object name and object id. Whats is the best approach for reporting in such cases?
Has anyone experienced with that ?
Thanks.