We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logs currently look atrocious in a web browser due to ANSI color escape sequences not being stripped when outputting to a file or piping.
It matters when reviewing build server logs in a browser and ought to be fixed once and for all.
The text was updated successfully, but these errors were encountered:
When I output to a file and cat it, the colors appear fine in both Alacritty and gnome-terminal. How/where are you using this where it appears broken?
cat
Sorry, something went wrong.
solbuild logs viewed in a web browser (which is incapable of parsing ANSI terminal escape codes as colors etc.)
I suspect this was silently fixed for 1.6.0 by @silkeh though.
This was changed in #42 (included in 1.6.0): Solbuild now only enables the colored logger if the output is a TTY.
No branches or pull requests
Logs currently look atrocious in a web browser due to ANSI color escape sequences not being stripped when outputting to a file or piping.
It matters when reviewing build server logs in a browser and ought to be fixed once and for all.
The text was updated successfully, but these errors were encountered: