This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author laimis
Recipients laimis
Date 2015-01-06.00:54:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420505693.63.0.867428622164.issue23175@psf.upfronthosting.co.za>
In-reply-to
Content
Documentation says, that "The arguments are interpreted as for debug()." But it's not true, because no matter what exc_info is passed to logging.exception(), exc_info is overwritten (kwargs['exc_info'] = 1) and later self.error is called. 
This is either documentation issue or behavior issue, because in the current implementation it's not possible to pass custom exc_info (e.g. full traceback) to logging.exception(), although documentation implies it should work the same as for info, warning, error, debug and others.
History
Date User Action Args
2015-01-06 00:54:53laimissetrecipients: + laimis
2015-01-06 00:54:53laimissetmessageid: <1420505693.63.0.867428622164.issue23175@psf.upfronthosting.co.za>
2015-01-06 00:54:53laimislinkissue23175 messages
2015-01-06 00:54:53laimiscreate