bitcoin-dev-project/sim-ln

Logging: Log payment summary on info level based on time

Closed this issue · 1 comments

Right now we info log a payment summary every 10 payments*. This can get very noisy if we have a lot of payments, or be too quiet if we have too few.

Instead, update logging to log every minute so that we can provide constant feedback to the end user.

sr-gi commented

Right now we info log a payment summary every 10 minutes.

:s/minutes/payments/