BulkLoader._onAllLoaded() method is calling getStats() even if no logging will be generated, this is wasting resources generating arrays and concatenating strings, and it's all being wasted unless logLevel is LOG_VERBOSE, this should be checked before calling getStats()