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

Commit

Permalink
Change default level to info (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarahills committed Oct 3, 2018
1 parent 2c18197 commit 6f0a0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const winston = require('winston');

const level = process.env.LOG_LEVEL || 'debug';
const level = process.env.LOG_LEVEL || 'info';

const logger = winston.createLogger({
transports: [
Expand Down

0 comments on commit 6f0a0ba

Please sign in to comment.