Server Configuration > Server Logging > Setting Up Audit Logging on Integrity Lifecycle Manager Server > Formatting Properties
 
Formatting Properties
Audit logging is configured manually in the following file on the Integrity Lifecycle Manager server:
installdir/config/properties/is.properties
where installdir is the path to the directory where you installed the Integrity Lifecycle Manager server. All properties and policies that can be modified through the Integrity Lifecycle Manager administration client are audited.
The following syntax applies to the audit logging properties:
mksis.auditor.<category>.<subcategory>.<operation>=true|false
where
<category> is the root component of Integrity Lifecycle Manager you want to monitor. For example, workflows and documents (im), configuration management (si), or the Integrity Lifecycle Manager server (is).
<subcategory> is the subcomponent of the category you want to monitor. For example, to monitor administrative operations related to workflows and documents, the subcategory is admin (as in mksis.auditor.im.admin). To monitor member operations, the subcategory is member (as in mksis.auditor.si.member).
<operation> is the command name of the specific operation you want to monitor. For example, to monitor state editing operations, the operation name is editstate (mksis.auditor.im.admin.editstate). To monitor the checkin operation, the operation name is ci (as in mksis.auditor.si.member.ci).