mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
- Modules such as RM can now drop in their own config - should fix some unit tests - Picks up config from classpath*:alfresco/audit/*.xml classpath*:alfresco/enterprise/audit/*.xml classpath*:alfresco/module/*/audit/*.xml classpath*:alfresco/extension/audit/*.xml - One audit.{applicationkey}.enabled property for each application in the config, defaulting to true - One audit.enabled global enablement property defaulting to false - Still controllable by alfresco-global.properties and JMX git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18841 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
23 lines
735 B
XML
23 lines
735 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
<!-- Default Audit Configuration -->
|
|
|
|
<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"
|
|
>
|
|
|
|
<DataExtractors>
|
|
<DataExtractor name="simpleValue" registeredName="auditModel.extractor.simpleValue"/>
|
|
</DataExtractors>
|
|
|
|
<Application name="Alfresco Test Bad 04" key="test-bad-04">
|
|
<AuditPath key="1.1">
|
|
<AuditPath key="2.1">
|
|
<RecordValue key="value.£" dataExtractor="simpleValue"/>
|
|
</AuditPath>
|
|
</AuditPath>
|
|
</Application>
|
|
|
|
</Audit> |