Skip to content

Commit

Permalink
Merge pull request #55 from danwdart/fix/remove-dev-logs
Browse files Browse the repository at this point in the history
Revert dev hack for stdout logs
  • Loading branch information
jimlambie authored Apr 6, 2018
2 parents a119718 + 0f6b37a commit 3b73563
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 3b73563

Please sign in to comment.