Reputation: 1
Who knows where can I find user activity log in Alfresco Community v5.1.
I did not find this type of info in alfresco.log or share.log.
I think user activity log should be saved in DB but I did not find any tables which contain this type of info.
Upvotes: 0
Views: 1736
Reputation: 3175
You need to enable audit for logging this kind of information.Below link will help you in enabling audit in alfresco.
http://docs.alfresco.com/5.2/concepts/audit-enable.html.
There are few addons available on alfresco , using which you can see this information in alfresco share.
There are few rest services available using which you can fetch this details.
I guess once you enable audit, you will find things in database as well.
Upvotes: 2