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 alichtman
Recipients alichtman
Date 2020-08-07.13:11:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596805896.61.0.531750689021.issue41502@roundup.psfhosted.org>
In-reply-to
Content
It would be useful if the http.server module had an option for colored logging to help users visually parse the HTTP traffic logs.

$ python3 -m http.server 80 --color is along the lines of what I'm thinking.
History
Date User Action Args
2020-08-07 13:11:36alichtmansetrecipients: + alichtman
2020-08-07 13:11:36alichtmansetmessageid: <1596805896.61.0.531750689021.issue41502@roundup.psfhosted.org>
2020-08-07 13:11:36alichtmanlinkissue41502 messages
2020-08-07 13:11:36alichtmancreate