Hello community,
does anyboty know how to get all event types which are really stored in Audit log if occured? I mean I can select all event type in the advanced filter but if it means that all event types I can select are really stored in the log even now I can't find at least one of them?
For example, I can select in the filter "Get enitity schema operation rights" value and don't see any records. Is this event in any case stored in the log if it occured? Or can the actual list be confugured somewhere?
Like
Hi Artem,
in system settings you can turn on/off the logging for certain types of events - e.g. UseAdminSettingsLog, UseAdminEntitySchemaOperationLog...
I assume what you see is the possible Lookup Values for types of events, however if logging for them is turned off, then no records are created of this type you could see
Best,
David
David Örnek,
thanks a lot! Does selected Default value checkbox mean that the event is included in the log, and if it isn't selected then vice versa?
Hi Artem,
The Audit log records themselves are stored in the SysOperationAudit table. The list of available audit event types is stored separately in the SysOperationType lookup/table.
This means that the values you see in the advanced filter are the available operation types from SysOperationType, but it does not necessarily mean that records for all of these types are currently being written to the audit log.
Whether a specific type of event is actually logged depends on the corresponding system setting.
Regarding the Default value checkbox in the system setting: if it is enabled, then this logging option is enabled and the corresponding event type should be included in the audit log when such an event occurs.