Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid doing unneeded logger work in Replication
Most of the replication log statements do some work including memory allocations which are then thrown away if the log level it too high, so always check the log level first. A few places don't actually benefit from this, but it's easier to consistently check the log level every time.
- Loading branch information