[GH-ISSUE #359] output from server hard to read under Microsoft Windows #87

Open
opened 2026-02-26 01:33:05 +03:00 by kerem · 0 comments
Owner

Originally created by @clach04 on GitHub (Feb 8, 2024).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/359

Example:

127.0.0.1 - - [07/Feb/2024 17:48:51] "←[37mGET / HTTP/1.1←[0m" 200 -
127.0.0.1 - - [07/Feb/2024 17:48:57] "←[37mGET /admin/ HTTP/1.1←[0m" 200 -

Due to ANSI escape sequences.

Flask (red) warning is fine:

WARNING: This is a development server. Do not use it in a production deployment.
Originally created by @clach04 on GitHub (Feb 8, 2024). Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/359 Example: 127.0.0.1 - - [07/Feb/2024 17:48:51] "←[37mGET / HTTP/1.1←[0m" 200 - 127.0.0.1 - - [07/Feb/2024 17:48:57] "←[37mGET /admin/ HTTP/1.1←[0m" 200 - Due to ANSI escape sequences. Flask (red) warning is fine: WARNING: This is a development server. Do not use it in a production deployment.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sandman2-jeffknupp#87
No description provided.