Skip to content

Commit

Permalink
update log level to error for e2e tests (dydxprotocol#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayy04 authored May 29, 2024
1 parent 9425122 commit 542a9d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol/testutil/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,7 @@ func launchValidatorInDir(
"https://eth-sepolia.g.alchemy.com/v2/demo",
"--oracle.enabled=false",
"--oracle.metrics_enabled=false",
"--log_level=error",
})

ctx := svrcmd.CreateExecuteContext(parentCtx)
Expand Down

0 comments on commit 542a9d5

Please sign in to comment.