CRM
CRM copied to clipboard
Histroy of system users
I have a need to keep up with who logs on and when, not just last time log on.
Sounds like we need a new table to track that data
I propose a master "log" table.
All interaction with the ORM is logged into this table.
All system calls are logged in this table.
All logins are logged in this table
The user can then filter on the event "source"
That kind of logs are never really used... I never seen the ROI of the extra logs
Not used often, but when needed, it is the only thing that will do.
I'll do the login log for now