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
I'm trying to debug execution of this code in run-ethereum-test-net.ss : https://github.com/fare/gerbil-ethereum/blob/master/scripts/run-ethereum-test-net.ss#L223 To help with that it would be helpful to see the log output from rpc requests, for example here: https://github.com/fare/gerbil-ethereum/blob/master/transaction.ss#L264
run-ethereum-test-net.ss
When I run run-ethereum-test-net.ss I see no log file created and no log output to stdout, presumably because it is disabled by default.
Some doc explaining how to enable logging in a scenario like this would be very helpful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to debug execution of this code in
run-ethereum-test-net.ss
:https://github.com/fare/gerbil-ethereum/blob/master/scripts/run-ethereum-test-net.ss#L223
To help with that it would be helpful to see the log output from rpc requests, for example here: https://github.com/fare/gerbil-ethereum/blob/master/transaction.ss#L264
When I run
run-ethereum-test-net.ss
I see no log file created and no log output to stdout, presumably because it is disabled by default.Some doc explaining how to enable logging in a scenario like this would be very helpful.
The text was updated successfully, but these errors were encountered: