Audit Settings

Audit Settings

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 Audit Level only applies to whatever Audit Options have been enabled in ekp.properties (system.auditlevel and system.auditoptions):

 

0No Auditing
1Low (Basic Actions, Deletes)
2Medium (Basic Actions, Deletes, Inserts)
3High (Basic Actions, Inserts, Deletes, Updates)



UCreation/Deletion of Users
ODeletion of Learning Objects
LLogins/Logouts (for R408)
TDeletion of Tests/Exams
QDeletion of Questions
CDeletion of Certifications / Removal of Cert. Awards
EChanges to Enrollments (transcripts) / Participant Substitution
RStart/End of Report Wizard Executions
XLaunch of Modules
FFull Audit (logs every user transaction including URL parameters)
AApprovals (client-specific customization)

 

After saving, a site restart is needed for changes to apply.

System ->Audit Settings