Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
log: add timestamps on console
Browse files Browse the repository at this point in the history
Otherwise, it may be harder to know when stuff happens.
  • Loading branch information
vincentbernat committed Nov 29, 2015
1 parent 0eff2ba commit 9b90de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var transports = [
prettyPrint: true,
colorize: true,
silent: false,
timestamp: false,
timestamp: true,
handleExceptions: true,
level: config.get('log:level')
})
Expand Down

0 comments on commit 9b90de4

Please sign in to comment.