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 vinay.sajip
Recipients
Date 2006-02-28.00:27:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=308438

The requirement has been covered in the latest checkin to
Subversion: all logging calls take an extra optional keyword
parameter called "extra" which is meant to be a dictionary
containing additional attributes to add to the LogRecord. See

http://docs.python.org/dev/lib/module-logging.html

The dictionary should not contain keys which class with
"built-in" attributes of the LogRecord.

N.B. Off-topic: The LogRecord also now contains the name of
the function from which the logging call was made - in the
funcName attribute.

History
Date User Action Args
2007-08-23 15:45:28adminlinkissue1412054 messages
2007-08-23 15:45:28admincreate