TheWaWaR / simple-http-server

Simple http server in Rust (Windows/Mac/Linux)
MIT License
2.53k stars 170 forks source link

Add a option to diable the coloring log #114

Open tonyho opened 1 month ago

tonyho commented 1 month ago

When I use a script to handle the output, the colored log would introduce some problems when handling the output string. I think it's better to have a option to control(disable/enable) the coloring for the output log.

Thanks.