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.

classification
Title: Make cgi.py use logging module
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: jlgijsbers, joshhoyt, loewis
Priority: normal Keywords: patch

Created on 2004-12-06 04:05 by joshhoyt, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
cgi.patch.logging joshhoyt, 2004-12-06 04:05 Patch to make the cgi module use the logging framework
Messages (3)
msg47362 - (view) Author: Josh Hoyt (joshhoyt) Date: 2004-12-06 04:05
The attached patch makes the CGI module use the logging
module for logging.

There is no change in behaviour for the old idioms of
using the cgi module's built-in logging facility, but
this allows users to use the logging framework to
direct and format log messages.
msg47363 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2005-01-09 02:04
Logged In: YES 
user_id=469548

You might want to follow the proposal in PEP 337 (create a
cgi._log, use py. prefix). Of course, you could also
disagree with the PEP, in which case you should take it up
on python-dev ;). Either way, please assign this to me once
you've got a PEP behind you and I'll check it in.
msg47364 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-11-22 09:03
It appears the submitter hasn't taken the proposed steps. Rejecting the patch for lack of feedback.
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41284
2004-12-06 04:05:58joshhoytcreate