Meteor-up (mup) log and timestamps?

Using meteor locally, I get timestamps on each server side log message, but using mup and doing mup logs -f to tail the log file from the server doesn’t give me any timestamps on the log entries. I found the actual file on the server under /var/log/upstart/appname.log, and it too is without any timestamps.

Is there a way to enable timestamps to be logged?

2 Likes

I think this issue has your answer :slight_smile:

Hi a little late but as mup logs takes all docker log arguments mup logs -t is what you are looking for.

3 Likes