Are colored logs supported in convex functions ?
Not really an important feature, but are colored logs supported in convex functions ?
I tried using
%c
but in fact it appeared in the final log without success.1 Reply
I don't believe so in the web dashboard - however, you could try putting in those codes and then viewing logs by doing:
npx convex logs
and if there aren't colors there piping them to something that shows colors. I'm not familiar with %c
- what environment is that usually used in?