summaryrefslogtreecommitdiff
path: root/lib/logger.js
diff options
context:
space:
mode:
authorWu Cheng-Han2015-07-02 00:10:20 +0800
committerWu Cheng-Han2015-07-02 00:10:20 +0800
commit10c9811fc534a2738c19d8f74a447ed500b730a2 (patch)
tree8e46f99f36660d9c011d135fc6ce736733a5876b /lib/logger.js
parentf7f8c901f4bc39c3ed0a2bdfe1cbaa1ee6957999 (diff)
Jump to 0.3.1
Diffstat (limited to 'lib/logger.js')
-rw-r--r--lib/logger.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/logger.js b/lib/logger.js
index c843330b..61299c10 100644
--- a/lib/logger.js
+++ b/lib/logger.js
@@ -7,7 +7,8 @@ var logger = new winston.Logger({
level: 'debug',
handleExceptions: true,
json: false,
- colorize: true
+ colorize: true,
+ timestamp: true
})
],
exitOnError: false