I am able to view some audit data but I see some audit log.I should see when people log authenticates to Alfresco and when move and read files ? I'll also changes in documents, I edit the properties, I move documents, but no logging adds about these actions. Even if I create the file C:\Alfresco\tomcat\shared\classes\alfresco\extension\audit-log4j.properties I don't have no linet about the audit in the catalina.out
# Enable the alfresco-access audit application audit.alfresco-access.enabled=true
# Enable the auditing of sub-actions. Normally disabled as these values are # not normally needed by audit configurations, but may be useful to # developers #audit.alfresco-access.sub-actions.enabled=true
<?xml version="1.0" encoding="UTF-8"?> <!– - Audit Application Definition 'alfresco-access' - - Extracts high level audit records on the creation, deletion, modification and access - of user visible objects. - - The following alfresco-global.properties must be set: - - # Enable audit in general - audit.enabled=true - - # Enable the alfresco-access audit application - audit.alfresco-access.enabled=true –> <Audit xmlns="http://www.alfresco.org/repo/audit/model/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.alfresco.org/repo/audit/model/3.2 alfresco-audit-3.2.xsd">
Hi, I know that the logging and auditing are two separate things. If we forget the configurations made in audit-log4j.properties. If I put this configuration in place:
I guess I'm missing something in my setup to have in my audit entries my attempts authentication in Alfresco. Or, maybe my files is not at the good path.