radicle-heartwood-lfs/crates/radicle-protocol
Fintan Halpenny ee1f55420a protocol: downgrade `error!` logs
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".
2026-01-19 17:59:06 +01:00
..
src protocol: downgrade `error!` logs 2026-01-19 17:59:06 +01:00
Cargo.toml core: Introduce RepoId 2026-01-09 14:03:27 +01:00