Skip to content

Commit

Permalink
fix(logging): log info and above by default (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Aug 5, 2021
1 parent 916295c commit 77b1b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config = {
},
logger: {
silent: false,
level: process.env.LOGLEVEL || 'debug'
level: process.env.LOGLEVEL || 'info'
},
host: process.env.HOST || 'localhost',
bugsnagKey: process.env.BUGSNAG_KEY || ''
Expand Down

0 comments on commit 77b1b5a

Please sign in to comment.