In message <4c801218$0$1622$742ec...@news.sonic.net>, John Nagle wrote:

> The problem is that I want errorlog to commit its message to
> the table used for error logging, but don't want to commit
> whatever the caller was doing - that may well revert.

Any particular reason you’re using a database table for logging? It’s 
usually easier to write to text files for this purpose.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to