Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment:

I've implemented an optional keyword argument stack_info (defaulting to False) 
for all logging calls. If specified as True, a line 

Stack (most recent call last):

is printed, followed by the output of traceback.print_stack(). This is output 
after any exception information.

Checked into py3k (r86467), please can interested parties check if it meets the 
logging use case mentioned when the ticket was created?

Regression tests pass OK, and docs updated in this checkin.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1553375>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to