summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/worker.js b/worker.js
index 8d277de..ae01dc5 100644
--- a/worker.js
+++ b/worker.js
@@ -102,7 +102,11 @@ if (LOGGLY_TOKEN)
// execute the scripts
async function crunch() {
const profiler = logger.startTimer();
- logger.info("crunching");
+ logger.info("crunching", {
+ players: participants_player.size,
+ teams: teams.size,
+ globals: participants_global.size
+ });
// prevent async issues
const api_ids_player = [...participants_player],