Skip to content

Commit

Permalink
fix: remove stdout logging for dev
Browse files Browse the repository at this point in the history
This should already be set in the config, no need for environment check here

Fix #21
  • Loading branch information
danwdart committed Apr 6, 2018
1 parent a119718 commit 0f6b37a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dadi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ function setOptions (options, awsConfig, environment) {
streams: getStreams(options, 'error')
})

if (env === 'development') {
log.addStream({ level: 'debug', stream: process.stdout })
} // cli logs in dev

initAccessLog(options, awsConfig)
}

Expand Down

0 comments on commit 0f6b37a

Please sign in to comment.