Support ANSI escapes codes in Vercel logs #3709
Locked
apteryxxyz
started this conversation in
Idea
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ANSI escapes codes can be used to style the command terminal, such as changing the text colour, background, making text bold, italic, underlined etc. It would be great if the Vercel logs supported these.
Here are some examples from chalk
And here is a code example:
Riskymh also on Discord pointed out a Vercel changelog article that was posted back in 2020 that announced support for these codes in build and function logs, however quickly testing them they don't seem to work in runtime logs, was support for them reversed?
Joulev on Discord mentioned that these work in the build logs for some frameworks (like Nuxt), but not for others (Next). However I specifically would like support for them in runtime logs.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions