Where is the Alfresco audit log? -


curl -u id:pw "http://localhost:8080/alfresco/service/api/audit/query/testapp?verbose=true&limit=200&forward=false" 

where alfresco audit log run above command stored? thought somewhere in database couldn't find it.

as mentioned in http://wiki.alfresco.com/wiki/auditing_(from_v3.4):

  • alf_audit_model: audit configuration files recorded here.
  • alf_audit_application: entry each logical application. there may several audit applications defined in single audit model.
  • alf_audit_entry: each call auditcomponent.recordauditvalues result in entry here. there reference property.

Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -