Merge pull request #1002 from jessopb/changelogging
adds timestamp to logging
This commit is contained in:
commit
d84c964ae0
1 changed files with 7 additions and 7 deletions
|
@ -14,9 +14,9 @@ function configureLogging () {
|
|||
// configure the winston logger
|
||||
logger.configure({
|
||||
transports: [
|
||||
new (logger.transports.Console)({
|
||||
new logger.transports.Console({
|
||||
level: logLevel || 'debug',
|
||||
timestamp : false,
|
||||
timestamp: true,
|
||||
colorize: true,
|
||||
prettyPrint: true,
|
||||
handleExceptions: true,
|
||||
|
|
Loading…
Reference in a new issue