Audit Settings
Applicable Product:
- PeopleFluent Learning
Applicable Release:
- V21
- 11.x
Summary:
Different type of audit settings and what they capture
Keywords:
audit logs
Please see below the different actions that can be captured depending on the different type of Auditing:
Off - indicates no auditing
Low - basic deletes/actions,
Medium - delete + insert
High - delete + insert + update
Auditing Settings could be configured in your ekp.properties file. It could be found under \WEB-INF\conf\ekp.properties
system.auditlevel=3
system.auditoptions=U, L, X, C, T, Q, O, A, E, F
The system.auditlevel from the above indicates the auditing level, in which 3 is equivalent to High. The system.auditoptions indicate the different type of Auditing enabled.
The selection of object types to audit are as follows: U (users), O (learning objects), L (Logins), T (tests), Q (questions), C (certifications), X (module launches), A (Approvals), E (Enrollments/Transcripts), and F (Full audit).
After saving, a site restart is needed for changes to apply.
System ->Audit Settings