Web server STDERR output color

I can’t upload a jpg because I am a new user but I would really like to change STDERR (web server) colors, They are blue at the moment and I can’t see it on my Powershell (black background) screen. I posted similar quesion on SO

See img over there for reference please. Could you help me? I spent half day on changing Powershell colors but found out that none of them were blue, so it must be some meteor setting.

Got answer from SO (thanks Akshat):

You can try enabling raw-logs to remove the colours by passing it as a flag when you run meteor

meteor --raw-logs

Filed an issue for you: https://github.com/meteor/meteor/issues/4133

1 Like

Thank you very much for that sashko.