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: Option for Colored Logging in http.server Module
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Mika_Hawkins, alichtman
Priority: normal Keywords:

Created on 2020-08-07 13:11 by alichtman, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg374997 - (view) Author: Aaron Lichtman (alichtman) Date: 2020-08-07 13:11
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.
msg375671 - (view) Author: Mika Hawkins (Mika_Hawkins) Date: 2020-08-19 19:30
Yes I totally agree that it would be useful if the http.server module had an option for colored logging, That would be extremly helpful/useful. Thank you for putting that in...
History
Date User Action Args
2022-04-11 14:59:34adminsetgithub: 85674
2020-08-19 19:30:55Mika_Hawkinssetnosy: + Mika_Hawkins
messages: + msg375671
2020-08-07 13:11:36alichtmancreate