Evaluate the `error!` logging in `radicle-node`. 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. |
||
|---|---|---|
| .. | ||
| controller.rs | ||
| listener.rs | ||
| session.rs | ||
| timer.rs | ||
| token.rs | ||
| transport.rs | ||