cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling audit

itsmanish
Champ in-the-making
Champ in-the-making
Hi,
I installed Alfesco 2.0 on my machine.
I want to enable and use audit features in it.
How can I do it ?
Can It be done directly by UI or I have to made change in xml files
Please help!!!!!
2 REPLIES 2

kurtkbee
Champ in-the-making
Champ in-the-making
edit the auditConfig.xml file and change:

<Audit xmlns="http://www.alfresco.org/model/audit/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" enabled="false" auditInternal="false" mode="all">


to

<Audit xmlns="http://www.alfresco.org/model/audit/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" enabled="true" auditInternal="false" mode="all">

itsmanish
Champ in-the-making
Champ in-the-making
Thanks for help !!!!!!!!!!!!!!!