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 Sworddragon
Recipients Sworddragon
Date 2013-08-24.11:16:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377343016.83.0.299071692967.issue18824@psf.upfronthosting.co.za>
In-reply-to
Content
On configuring a logger with logging.basicConfig() and using logging.exception() the traceback is always written implicitly to the end. This makes it not possible to create a formation that writes something beyond the traceback. For example it could be something like that: logging.basicConfig(filename = '/tmp/python.log', format = '%(asctime)s\n%(traceback)s\nSome_text_or_LogRecords_after_the_traceback', datefmt = '%Y-%m-%d %H:%M:%S')
History
Date User Action Args
2013-08-24 11:16:56Sworddragonsetrecipients: + Sworddragon
2013-08-24 11:16:56Sworddragonsetmessageid: <1377343016.83.0.299071692967.issue18824@psf.upfronthosting.co.za>
2013-08-24 11:16:56Sworddragonlinkissue18824 messages
2013-08-24 11:16:56Sworddragoncreate