How is change logging enabled?
Change logging is enabled by default. It can be disabled (typically for performance reasons) on a per-table basis, by setting the “SKIP_CHANGELOG” variable for that table. For more information, consult the configuration reference section of the SPS Manual. What is logged? Each time a record is updated, the state of the record before the update is saved, along with a timestamp and the name of the user who updated the record. What is not logged? For performance reasons, batch updates to the database (via the “upload from CSV” feature) are not logged. Changes made offline, through direct modification to the database, are also not logged. Changes made to media or other files via the File Manager interface are not logged. How do I view the changelog? There is a “changelog” link on the SPS Content Administrator for each table. How is the changelog cleared? The SPS Content Administrator includes an interface to allow the changelog to be cleared for a particular date range, table, or user. How