[New-bugs-announce] [issue41502] Option for Colored Logging in http.server Module

Aaron Lichtman report at bugs.python.org
Fri Aug 7 09:11:36 EDT 2020


New submission from Aaron Lichtman <aaronlichtman at gmail.com>:

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.

----------
components: Library (Lib)
messages: 374997
nosy: alichtman
priority: normal
severity: normal
status: open
title: Option for Colored Logging in http.server Module
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41502>
_______________________________________


More information about the New-bugs-announce mailing list