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-12-16.22:38:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Right, but I'm not sure the problem's in logging. Logging uses the filename built into the compiled code objects as it walks up the stack, looking for a filename which is not the source file of the logging package. Try deleting all your .pyc and .pyo files (including the ones in the logging package) and see if there is a change in behaviour; what value does logging._srcFile have? Does it accord with what you would expect? The symlink could mean that the compiled filename in the .pyc/.pyo is out of date.
History
Date User Action Args
2007-08-23 14:50:44adminlinkissue1616422 messages
2007-08-23 14:50:44admincreate