Skip to content

Commit

Permalink
enable debug in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ra-phael committed Feb 16, 2023
1 parent 8982a2d commit 11b2baf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const isTenderlyEnvironmentSet = (): boolean => {
};

// Flag for enabling logs for debugging integ tests
if (process.env.INTEG_TEST_DEBUG && false) {
if (process.env.INTEG_TEST_DEBUG) {
setGlobalLogger(
bunyan.createLogger({
name: 'Uniswap Smart Order Router',
Expand Down

0 comments on commit 11b2baf

Please sign in to comment.