#31090: Log when DB transactions are commited and rolled back
-------------------------------------+-------------------------------------
Reporter: Petter | Owner: nobody
Strandmark |
Type: New | Status: new
feature |
Component: Database | Version: master
layer (models, ORM) |
Severity: Normal | Keywords:
Triage Stage: | Has patch: 1
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
Background: I was debugging database calls today with the
`django.db.backends` log.
Problem: The `BEGIN` SQL calls show up in the logs, but there is no way to
see when the transaction is commited or if it is rolled back.
As easy solution would be to log commits and rollbacks as well.
--
Ticket URL: <https://code.djangoproject.com/ticket/31090>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/050.851ae2d48eabb73e95a4155e283ec0df%40djangoproject.com.