lighthouse-pulse/beacon_node/lighthouse_network
João Oliveira f10d3d07c3 remove crit! logging from ListenerClosed event on Ok() (#4821)
## Issue Addressed

Since adding Quic support on https://github.com/sigp/lighthouse/pull/4577, and due to `quinn`s api nature LH now triggers the [`ListenerClosed`](https://docs.rs/libp2p/0.52.3/libp2p/swarm/struct.ListenerClosed.html) event.. @michaelsproul noticed we are logging this event as `crit!` independently of the reason. This PR matches the reason, logging with `debug!` and `error!` (instead of `crit!`) according to its `Result`  
## Additional Info
LH will still log `crit!` until https://github.com/libp2p/rust-libp2p/pull/4621 has been merged
2023-10-18 06:52:52 +00:00
..
src remove crit! logging from ListenerClosed event on Ok() (#4821) 2023-10-18 06:52:52 +00:00
tests Merge unstable 20230925 into deneb-free-blobs. 2023-09-26 10:32:18 +10:00
Cargo.toml Remove serde derive references (#4830) 2023-10-11 13:01:30 -04:00