Evaluate the `error!` logging in `radicle-protocol`. The majority of cases, the `error!` is downgraded to `warn!`. These cases are generally useful to know if there's an issue, but the operator cannon necessarily do anything about it. In a few cases, `debug!` was chosen. These are generally when an error means that a result is not part of an accumulation, or the system will eventually correct itself during another event or restart. If the previous message started with "Error", then the wording is changed to say "Failed to". |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||