From e186783d9e1d52cab965fe614780221a9859dd04 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 1 Jul 2017 12:16:47 +0200 Subject: fix build regex matching --- worker.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'worker.js') 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], -- cgit v1.3.1