mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-09 08:14:42 +00:00
The two promote-failure warn! sites in the peer-action executor emit under this module's own tracing target rather than the handshake target the rest of the establish-path logging uses. Pin both (outbound "Failed to promote connection" and inbound "Failed to promote inbound connection") to fips::node::handlers::handshake, matching the sibling max-peers reject log and keeping all establish-path diagnostics grouped under one target regardless of which module physically emits them.