usecannon / cannon

Manage EVM protocol deployments. Inspired by Docker, Terraform, and npm.
https://usecannon.com
GNU General Public License v3.0
103 stars 20 forks source link

fix(inspect): debug info #1352

Closed mjlescano closed 3 weeks ago

mjlescano commented 3 weeks ago

closes https://linear.app/usecannon/issue/CAN-457/cannon-inspect-has-an-extraneous-log

This PR makes sure that the build is not generating any extraneous logs when running cannon inspect --json, as the only expected output should be the JSON result.

Nevertheless, debug logs can still be used with:

DEBUG=cannon:cli:inspect dcannon inspect ...
changeset-bot[bot] commented 3 weeks ago

⚠️ No Changeset found

Latest commit: 1e0c1142d628094eed78e2962ed81e52ac924228

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR