Servoy Audit Log

Is it possible to exclude some columns in the audit logging? We don’t want to include system-specific columns in the log table.

Hi Erik,

I thought for sure that the onRecordInsert(record trigger) could be used to cancel logging of specific columns but it appears that Servoy inserts the audit records directly into the database without regard for the table events. Now if thats the case, which is understandable from a performance point of view then Servoy should at lease disable the event tab for the log table in my opinion.

Omar