Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jun 5, 2020
1 parent d534af0 commit c637e11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = async () => {
beforeRequest: (request) => requests.push(request),
},
},
log: ['warn', 'query'],
})

if (!prismaVersion || !prismaVersion.client) {
Expand Down
4 changes: 0 additions & 4 deletions src/packages/engine-core/src/NodeEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,6 @@ ${chalk.dim("In case we're mistaken, please report this to us 🙏.")}`)
}
}

if (this.logLevel === 'warn') {
env.RUST_LOG = 'warn'
}

if (this.datasources) {
env.OVERWRITE_DATASOURCES = this.printDatasources()
}
Expand Down

0 comments on commit c637e11

Please sign in to comment.