[issue25344] Enhancement to Logging - Logging Stack

Raymond Hettinger report at bugs.python.org
Thu Oct 8 20:44:51 EDT 2015


Raymond Hettinger added the comment:

This seems like a reasonable use case and is worth considering.

Offhand, I don't see how a user could easily implement this on their own without hacking the logging module internals.  What would be needed is some support for begin-logging-transaction, a series of normal logging calls, followed by either a transaction-commit or transaction-rollback.

----------
assignee:  -> vinay.sajip
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25344>
_______________________________________


More information about the Python-bugs-list mailing list