Make logging level configurable during runtime #302
Labels
No Label
bug
critical
duplicate
enhancement
epic
help wanted
in progress
invalid
low priority
question
rebase
v1
v5
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/go-ethereum#302
Loading…
Reference in New Issue
Block a user
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?
From talking with @srwadleigh
This would help with debugging issues which pop up during operation without requiring us to bring down the node and bring it up with a different log level. Even more valuable in situations where an issue only occurs under mainnet/production conditions after some accumulation of time/events, as in this case when we cycle the node to investigate the issue the issue may have dissolved during the process of cycling the node.
I think you can use the
debug
API to do this, specifically thedebug_verbosity
anddebug_vmodule
methods:https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug#debugverbosity
https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug#debugvmodule