HCL Commerce Enterprise

Enabling business auditing

Before you can use the HCL Commerce business auditing feature, you must first enable the business auditing command event listener.

Procedure

  1. Open the configuration file.
  2. Search for BusinessAuditCommandEventListener. Set the value of the enable attribute to true.
        
    <component
          compClassName="com.ibm.commerce.event.businessaudit.BusinessAuditComponent"
          enable="true" name="BusinessAuditCommandEventListener">
          <property display="false">
            <configuration name="config/BusinessAuditDataCapture.xml"/>
          </property>
        </component>
  3. Save and close the file.