Document how to enable logging or rpc requests from run-ethereum-test-net #64
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mighty-gerbils/gerbil-ethereum#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.ssI 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.