Remove WARN logging level for missing chain id in configuration file #1936
Labels
I: CLI
Internal: related to the relayer's CLI
O: usability
Objective: cause to improve the user experience (UX) and ease using the product
Milestone
Crate
relayer
Summary
When running hermes, I don't see why
missing chain for id ({}) in configuration file
should be log_level = WARN.Problem Definition
In practice, relayers know which chains they are trying to relay between, and this message becomes very noisy/redundant. If you are relaying between chains with lower traffic, 90% of logs are just that warning, making it difficult to parse when actual errors/warnings occur.
Proposal
I wouldn't log anything for this event because things happening on chains that are not in
config.toml
are irrelevant to the relayer operator. I could also see making it log_level = DEBUG.Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: