Hi list,

I'm tracking down a bug in my app that shouldn't be happening with the 
transaction statements I added in my code. In my logging settings, I can set 
'django.db.backends' to DEBUG to log the queries (I'm using the postresql 
backend). I see 'SAVEPOINT' statements logged, but I also need 'BEGIN' and 
'COMMIT' so I can see when the transaction started and ended. How do I do that?

Thanks,
Erik

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/675FA187-3A66-4F3D-80CE-E6941C1050BC%40cederstrand.dk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to