Server Configuration > Server Logging > Setting Up Audit Logging on Windchill RV&S Server > Formatting Properties
  
Formatting Properties
Audit logging is configured manually in the following file on the Windchill RV&S server:
installdir/config/properties/is.properties
where installdir is the path to the directory where you installed the Windchill RV&S server. All properties and policies that can be modified through the Windchill RV&S 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 Windchill RV&S you want to monitor. For example, workflows and documents (im), configuration management (si), or the Windchill RV&S 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).