ACINQ / eclair

A scala implementation of the Lightning Network.
Apache License 2.0
1.23k stars 267 forks source link

Add logs to onion message relay #2880

Closed t-bast closed 2 months ago

t-bast commented 2 months ago

There weren't any logs when relaying onion messages, which makes it impossible to troubleshoot. While we're working on cross-compatibility, we keep those logs at the INFO level, and will change some of them to DEBUG once stabilized.