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?