This commit is contained in:
Josh Harvey 2016-11-28 03:34:18 +02:00
parent ee0eecbd30
commit 48a9f9d204
14 changed files with 186 additions and 130 deletions

View file

@ -7,7 +7,7 @@ var logLevel = typeof process.env.LAMASSU_ENV === 'string'
const logger = new winston.Logger({
level: logLevel,
transports: [
new (winston.transports.Console)({colorize: true})
new (winston.transports.Console)({timestamp: true, colorize: true})
]
})