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 tomkm
Recipients tomkm
Date 2009-07-30.11:13:22
SpamBayes Score 6.631367e-06
Marked as misclassified No
Message-id <1248952406.18.0.680079792557.issue6602@psf.upfronthosting.co.za>
In-reply-to
Content
I believe that the log_message method of BaseHTTPServer should log to
sys.stdout not sys.stderr, whereas log_error should log to sys.stderr
instead of just delegating to log_message.

I found this inconsistency when using SimpleXMLRPCServer which logs both
successful (200) and non-successful (non-200) requests to stderr when
logRequests is set to True.
History
Date User Action Args
2009-07-30 11:13:27tomkmsetrecipients: + tomkm
2009-07-30 11:13:26tomkmsetmessageid: <1248952406.18.0.680079792557.issue6602@psf.upfronthosting.co.za>
2009-07-30 11:13:23tomkmlinkissue6602 messages
2009-07-30 11:13:22tomkmcreate