pub fn log_peer_router<P, C>(peer: P, peers: C) -> Routerwhere P: LogPeer + Clone + Send + Sync + 'static, C: Into<Vec<PeerConfig>>,