Skip to content

Commit

Permalink
Merge pull request #685 from onflow/ianthpun/migrate-verbose-logging
Browse files Browse the repository at this point in the history
add verbose error output on migrations through emulator
  • Loading branch information
ianthpun authored May 30, 2024
2 parents 8b36bce + ee3c1f9 commit 65f2772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/migration/cadence1.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func MigrateCadence1(
NWorker: nWorker,
DiffMigrations: false,
LogVerboseDiff: false,
VerboseErrorOutput: true, // turn on verbose error output for emulator
CheckStorageHealthBeforeMigration: false,
ChainID: flow.Emulator,
EVMContractChange: evmContractChange,
Expand Down

0 comments on commit 65f2772

Please sign in to comment.