oscope-dev / scope

Scoping user machines
https://oscope-dev.github.io/scope/
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Remove ANSI characters from logs #94

Closed ethankhall closed 7 months ago

ethankhall commented 7 months ago

With this change the logger will no longer default to writing output with ANSI color codes. Additionally, when a sub-program emits ANSI color codes they will also be removed from the logs, making the output much easier to read.

Before

image

After

image