Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
logger: don't pretty print log even on console
Browse files Browse the repository at this point in the history
Not compatible with Kubernetes and friends.
  • Loading branch information
vincentbernat committed Sep 2, 2019
1 parent fe6ac5f commit 0630ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var _ = require('lodash'),

var transports = [
new winston.transports.Console({
prettyPrint: true,
prettyPrint: false,
colorize: true,
silent: false,
timestamp: true,
Expand Down

0 comments on commit 0630ce9

Please sign in to comment.