Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
fix broken logger format (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly authored Jun 30, 2020
1 parent 179d838 commit 5c52e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ module.exports = (function() {
level: 'info',
transports: [
new winston.transports.Console({
format: prefixFormat(),
format: winston.format.combine(prefixFormat(), winston.format.simple()),
}),
],
});
Expand Down

0 comments on commit 5c52e9e

Please sign in to comment.