I have been getting a lot of "Local_failed" routing attempts in RTL since the triangle swap.
lightning-cli listforwards returns WIRE_TEMPORARY_CHANNEL_FAILURE for all of these recent transactions so I decided to investigate further. I turned on debug logging and here's what I found:
03562bdcf00fe0cf44e8a491a8c9b26f31c4e45c9a88cdfd6a2f0f2550a304c73e-channeld-chan#85: rcvd_revoke_and_ack: HTLC REMOTE 108 = RCVD_ADD_ACK_REVOCATION/SENT_ADD_ACK_REVOCATION
[...]
037659a0ac8eb3b8d0a720114efc861d3a940382dcfa1403746b4f8f6b2e8810ba-channeld-chan#29: Adding HTLC 1126 amount=249816476msat cltv=711259 gave CHANNEL_ERR_CHANNEL_CAPACITY_EXCEEDED
This way, you can learn what channel failed to route the payment and how large it was. RTL shows only the "IN" channel.
Glad it's working out! I forwarded 288 payments yesterday so sometimes I miss individual ones! Keep growing that node!
Thanks! I won't be able to come close to your node's capacity, but I will do whatever I can to help the network.