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

Remove combine function from Winston due to error #199

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: winston.format.combine(prefixFormat(), winston.format.simple()),
format: prefixFormat(),
}),
],
});
Expand Down