Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

DebugTransactions

Summary

Allows the system to store transactions, for debugging purposes.

Usage

 

DebugTransactions=enabled | disabled

Description

This setting allows the system to store transactions. This information can then be used in debug mode to search for invalid commits.

When enabled the system will store stack traces for all commits in the system. When unbalanced nested transactions are detected, it will output all commits, together with information on where they occurred.

If this setting is enabled the system will output the stored stack traces as a tree, which can be used to debug the code and help find the missing commit.

By default this setting is disabled.
This setting is case sensitive.

Examples

DebugTransactions=disabled

This is the default setting.

Ester Heylen (14/09/2010 1:45 pm)

Ester Heylen (14/09/2010 1:45 pm)


Comments

There are no comments.