The logTo list enables you to specify the
format of the log, where it is written, and various parameters for each
log type.
logType-
The format of the audit log. The log type can be one of the following:
-
csv- write to a comma-separated variable format file.The
"location"property indicates the name of the directory in which the file should be written, relative to the directory in which you installed OpenIDM.Audit file names are fixed,
access.csv,activity.csv, andrecon.csv.The
"recordDelimiter"property enables you to specify the separator between each record. -
repository- write to the OpenIDM database repository.OpenIDM stores entries under the
/openidm/repo/audit/context. Such entries appear asaudit/access/,_idaudit/activity/, and_idaudit/recon/, where the_id_idis the UUID of the entry, such as0419d364-1b3d-4e4f-b769-555c3ca098b0.In the OrientDB repository, OpenIDM stores log records in the
audit_access,audit_activity, andaudit_recontables.In a JDBC repository, OpenIDM stores records in the
auditaccess,auditactivity, andauditrecontables.The
"useForQueries"boolean property indicates whether the repository logger should be used to service reads and query requests. The value istrueby default. If"useForQueries"is set tofalse, the CSV file is used to service read and query requests.
-

