radicle-heartwood-lfs/crates/radicle-protocol/src
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
..
service protocol: downgrade `error!` logs 2026-01-19 17:59:06 +01:00
wire chore: Fix spelling errors with codespell 2025-11-01 12:11:02 +01:00
worker workspace: A Little Less `git2` 2025-10-13 16:14:23 +02:00
bounded.rs protocol: IntoIterator for BoundedVec 2025-12-02 12:55:09 +00:00
deserializer.rs protocol: Refactor decoding 2025-08-25 11:57:44 +01:00
lib.rs localtime: localise the localtime dependency 2026-01-08 14:58:41 +01:00
service.rs protocol: downgrade `error!` logs 2026-01-19 17:59:06 +01:00
wire.rs workspace: A Little Less `git2` 2025-10-13 16:14:23 +02:00
worker.rs node, protocol: Refactor 2025-07-16 21:15:52 +02:00