We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anvil
I'd like to separate Hardhat console.log() messages from stdout.
console.log()
Possible ideas:
{type, line}
Possibly, this feature already exists and I'm blind?
No response
The text was updated successfully, but these errors were encountered:
If #7773 is likely, possibly this feature could accompany it?
Sorry, something went wrong.
I think we can make this optional
foundry/crates/anvil/src/eth/backend/mem/inspector.rs
Lines 22 to 23 in 29e5112
with an additional CLI argument
foundry/crates/anvil/src/eth/backend/executor.rs
Line 301 in 29e5112
+1 for this - this would be incredibly useful functionality.
LogCollector
If I understand this change correctly, the CLI option is only to disable the printing?
What if I want to separate the console.logs from the rest of the anvil output?
Successfully merging a pull request may close this issue.
Component
Anvil
Describe the feature you would like
I'd like to separate Hardhat
console.log()
messages from stdout.Possible ideas:
{type, line}
Possibly, this feature already exists and I'm blind?
Additional context
No response
The text was updated successfully, but these errors were encountered: