jeffknupp / sandman2

Automatically generate a RESTful API service for your legacy database. No code required!
Apache License 2.0
2k stars 215 forks source link

output from server hard to read under Microsoft Windows #359

Open clach04 opened 7 months ago

clach04 commented 7 months ago

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.