From 10c9811fc534a2738c19d8f74a447ed500b730a2 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Thu, 2 Jul 2015 00:10:20 +0800 Subject: Jump to 0.3.1 --- lib/logger.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/logger.js') 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 -- cgit v1.2.3