fixes
This commit is contained in:
parent
ee0eecbd30
commit
48a9f9d204
14 changed files with 186 additions and 130 deletions
|
|
@ -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})
|
||||
]
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue