Issue43

Title Logging for repoze.tm2
Priority wish Status in-progress
Superseder Nosy List chrism, olaf, tseaver
Assigned To Topics repoze.tm

Created on 2008-08-13.17:45:30 by olaf, last changed 2012-03-16.22:40:50 by tseaver.

Files
File name Uploaded Type Edit Remove
repoze_tm2_logging.patch olaf, 2008-08-13.17:45:29 text/x-patch
Messages
msg535 (view) Author: tseaver Date: 2012-03-16.22:40:50
The patch looks reasonable, although I might drop the logging on 'commit' (the
by-far most frequent case, and effectively unintersting).
msg115 (view) Author: olaf Date: 2008-08-13.17:45:29
When using commit veto it is useful to know when a transaction gets committed or
not.
This patch adds logging on debug level for commit() and abort()
History
Date User Action Args
2012-03-16 22:40:50 tseaver set nosy: + chrism, tseaver
messages: + msg535
2008-08-13 17:45:30 olaf create