vbauer / manet

Website screenshot service powered by Node.js, SlimerJS and PhantomJS
MIT License
575 stars 102 forks source link

Include timestamps with logs. #37

Closed thomasvnoort closed 8 years ago

thomasvnoort commented 8 years ago

Logs are of much more value when they include timestamps. The timestamp is UTC, feel free to change this to local time if you think that's clearer or more useful.

Note that getting the log level to be colorized is a bit ugly, see https://github.com/winstonjs/winston/issues/603.

vbauer commented 8 years ago

Probably we can start with something simpler: timestamp: true.

vbauer commented 8 years ago

Could you please update this PR?

vbauer commented 8 years ago

Thank you for contribution!