[issue18824] Adding LogRecord attribute "traceback"

2013-09-14 Thread Vinay Sajip
Vinay Sajip added the comment: basicConfig() is for simple usage only. You can use a custom Formatter subclass to meet your specific requirements. -- nosy: +vinay.sajip resolution: -> invalid status: open -> closed ___ Python tracker

[issue18824] Adding LogRecord attribute "traceback"

2013-08-24 Thread Sworddragon
New submission from Sworddragon: 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 somethin