Skip to content

Commit

Permalink
fix(cozy-logger): Set production mode as default
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleface committed Aug 21, 2019
1 parent b89767f commit 6535ad5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cozy-logger/src/log-format.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ switch (process.env.NODE_ENV) {
case 'test':
module.exports = devFormat
break
default:
module.exports = prodFormat
}

0 comments on commit 6535ad5

Please sign in to comment.