Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(derive): Remove noisy batch logs (#329)
## Overview Removes the noisy batch logs in `info!` / `warn!` log levels within the `BatchQueue`. These cause a significant slowdown due to having to `Debug` format the entire batch, which can be tens of megabytes large when decompressed.
- Loading branch information