Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Merge 4f51914 into cf04257
Browse files Browse the repository at this point in the history
  • Loading branch information
dylano committed Oct 9, 2018
2 parents cf04257 + 4f51914 commit 011031c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions logger.js
Expand Up @@ -5,11 +5,7 @@ const level = process.env.LOG_LEVEL || 'info';
const logger = winston.createLogger({
transports: [
new winston.transports.Console({
format: winston.format.combine(
winston.format.colorize(),
winston.format.align(),
winston.format.simple()
),
format: winston.format.simple(),
level: level
})
]
Expand Down

0 comments on commit 011031c

Please sign in to comment.