Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Canceled-transaction logging to a table

The system logs canceled transactions to a table in addition to the transaction log.

Transactions canceled manually or by a quota rule are logged to the Transaction Cancellation Log [syslog_cancellation] table. The Transaction Cancellation Log is an extra debugging feature, and doesn't contain information on all cancellations.

Note: There are safeguards in place to help prevent infinite loops and issues related to synchronicity. Because of this, it's not always possible to log a cancellation to a database table.

You can find the Transaction Cancellation Log by selecting System Logs > System Log > Transaction Cancellations.

You can turn off canceled-transaction logging to a table by changing a property.

PropertyDescription
glide.quota.manager.log.cancellationIndicates whether canceled transactions are to be logged to the Transaction Cancellation Log table.Type: Boolean Default value: true Location: Add to the System Properties \[sys\_properties\] table

Parent Topic:Transaction cancellation