Child pages
  • Implementing Audit Logging
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Audit Log Feature

Servoy provides the ability to log any data change in a table in Servoy.  This data is stored in a table specified in the database and can be reported, displayed, and used within a Servoy solution.

Configuring Audit Logging

Configuring Servoy for audit logging is done in the database server connection pages.  Any database server can contain the log table. To enable a server to be the log server, select Log Server in that database server's configuration editor.

The log table can a table with all the other data tables for your solution, or it could be in its own separate database server.  Some reasons for having a separate database server for the log table include:

  • Database could be optimized separately for inserting records.
  • Separate backup or archive strategy for the audit log database.
  • No labels