This repository was archived by the owner on May 30, 2024. It is now read-only.

Description
Describe the bug
The SDK constantly prints "Flushing %d events" to the console.

Expected behavior
- Fix to properly interpolate the count, don't print anything if nothing was flushed, or just remove this altogether?
Additional context
| config.logger.debug('Flushing %d events', worklist.length); |