radicle-heartwood-lfs/crates/radicle-node/src/reactor
Fintan Halpenny 6d1abd2833 node: downgrade `error!` logs
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.
2026-01-19 17:59:06 +01:00
..
controller.rs node: Use Mio 2025-10-10 09:45:05 +01:00
listener.rs node: Use Mio 2025-10-10 09:45:05 +01:00
session.rs node/reactor: Correctly handle error events 2025-10-15 10:42:27 +01:00
timer.rs node: Use `std::time` for reactor and wire 2025-10-29 09:05:52 +00:00
token.rs node: Use Mio 2025-10-10 09:45:05 +01:00
transport.rs node: downgrade `error!` logs 2026-01-19 17:59:06 +01:00