You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only log if we actually persisted LiquidityManager data
Previously, we logged "Persisting LiquidityManager..." on each
background processor wakeup, which can be very spammy, even on TRACE
level.
Here, we opt to only log if something actually needed to be repersisted
and we did so (in case of failure we're logging that anyways, too).
0 commit comments