-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed as not planned
Labels
backlog-priorityA priority issue in the backlogA priority issue in the backlogstalefor use by stalebotfor use by stalebot
Description
Summary
When execution is interrupted with CTRL+C, Tendermint outputs a long list of messages, clogging the output and making it hard to find useful messages or removing them entirely from the scrollback. Users have reported loosing a lot of time simply scrolling back while running testnets.
Redirecting the status messages from Tendermint to a log would preserve relevant information but still keep the output clean.
Implementation details
- Determine what are the messages that are output when Tendermint is shutting down and filter out the ones that provide little information.
- Output those messages to a separate log file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backlog-priorityA priority issue in the backlogA priority issue in the backlogstalefor use by stalebotfor use by stalebot
Type
Projects
Status
Done/Merged