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
19 lines
588 B
XML
19 lines
588 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"
|
|
>
|
|
|
|
<Application name="Alfresco Test Bad 02" key="test-bad-02">
|
|
<AuditPath key="1.1">
|
|
<AuditPath key="2.1">
|
|
<GenerateValue key="value.1" dataGenerator="blah"/>
|
|
</AuditPath>
|
|
</AuditPath>
|
|
</Application>
|
|
|
|
</Audit> |