Improve Geth debugging #449

Merged
telackey merged 3 commits from debug-vars into main 2023-08-09 09:16:00 +00:00
Owner
  • Forward CERC_GETH_VERBOSITY and CERC_STATEDIFF_DB_LOG_STATEMENTS to container
- Forward CERC_GETH_VERBOSITY and CERC_STATEDIFF_DB_LOG_STATEMENTS to container
Author
Owner

It's useful to be able to toggle CERC_REMOTE_DEBUG, because when the service is run via Delve, on a panic the error message and backtrace are swallowed by Delve and don't show up in the logs. So for development, I want to be able to disable this until it's needed.

It's useful to be able to toggle CERC_REMOTE_DEBUG, because when the service is run via Delve, on a panic the error message and backtrace are swallowed by Delve and don't show up in the logs. So for development, I want to be able to disable this until it's needed.
dboreham approved these changes 2023-08-08 05:14:23 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#449