Skip to content

Commit

Permalink
fix(logging): Log info and above by default (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Aug 5, 2021
1 parent cce6685 commit a72b10b
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 @@ -16,7 +16,7 @@ const config = {
},
logger: {
silent: false,
level: process.env.LOGLEVEL || 'debug'
level: process.env.LOGLEVEL || 'info'
},
host: process.env.HOST || 'localhost',
media_dir: '/usr/app/media',
Expand Down

0 comments on commit a72b10b

Please sign in to comment.