This section describes the types of audit log OpenIDM provides.
- Access Log
-
OpenIDM writes messages concerning access to the REST API in this log.
Default file:
openidm/audit/access.csv - Activity Log
-
OpenIDM logs operations on internal (managed) and external (system) objects to this log type.
Entries in the activity log contain identifiers both for the reconciliation or synchronization action that triggered the activity, and also for the original caller and the relationships between related actions.
Default file:
openidm/audit/activity.csv - Reconciliation Log
-
OpenIDM logs the results of a reconciliation run, including situations and the resulting actions taken to this log type. The activity log contains details about the actions, where log entries display parent activity identifiers,
recon/.reconIDDefault file:
openidm/audit/recon.csv
Where an action happens in the context of a higher level business function, the log entry points to a parent activity for the context. The relationships are hierarchical. For example, a synchronization operation could result from scheduled reconciliation for an object type. OpenIDM also logs the top level root activity with each entry, making it possible to query related activities.

