Format Meteor console output

When running Meteor app locally for development purposes, I don’t really need timestamps in logs. They occupy a lot of space in terminal leaving less space for really useful data.

How do I disable timestamps in Meteor logs? I mean, in a natural and clean way, not by piping with string post-processors.

1 Like

Would really be interested in this too!

Bump, I came here with question about how to disable timestamps when inside meteor shell, so still relevant

One of the most expensive methods would be to buy a wider screen.

using --raw-logs eased the situation for me in combination with my own winston logger.