]> git.bitcoin.ninja Git - rust-lightning/commit
Add logging around event processing.
authorG8XSU <3442979+G8XSU@users.noreply.github.com>
Fri, 13 Sep 2024 18:30:49 +0000 (11:30 -0700)
committerG8XSU <3442979+G8XSU@users.noreply.github.com>
Fri, 13 Sep 2024 21:02:49 +0000 (14:02 -0700)
commit85eb8145fba1dbf3b9348d9142cc105ee13db33b
tree4c3978ca1089f229898422e3f32e792add8cad2a
parenta75fdaba3b26b799feff54b9e1055ea1712eb9eb
Add logging around event processing.

Currently we don't have any visibility if BackgroundProcessor
takes considerably more of time to process events, adding logs
to help debug such issues.
lightning-background-processor/src/lib.rs