NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7.22k stars 1.38k forks source link

Add option to configure Hardhat node's log level #2166

Open drortirosh opened 2 years ago

drortirosh commented 2 years ago

Sometimes it is nice to see the details of actual transactions sent to/from a node. with ganache, this option is enabled with --verbose, and with truffle it is --verbose-rpc

Please add an equivalent command-line option.

fvictorio commented 2 years ago

Relevant related discussion: #1492

We are probably going to work on this from scratch, but the comments on that PR are useful to define this feature.

github-actions[bot] commented 2 years ago

This issue was marked as stale because it didn't have any activity in the last 30 days. If you think it's still relevant, please leave a comment indicating so. Otherwise, it will be closed in 7 days.

fvictorio commented 2 years ago

Not stale.