From 0c597957ab80f9adbe7475cf963d324304398bf9 Mon Sep 17 00:00:00 2001 From: HDegroote <75906619+HDegroote@users.noreply.github.com> Date: Sun, 28 Jul 2024 19:15:02 +0200 Subject: [PATCH] No logs --- test/integration.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration.js b/test/integration.js index 003dd15..b8965dc 100644 --- a/test/integration.js +++ b/test/integration.js @@ -16,8 +16,8 @@ const z32 = require('z32') const BRIDGE_EXECUTABLE = path.join(path.dirname(__dirname), 'run.js') const PROMETHEUS_EXECUTABLE = path.join(path.dirname(__dirname), 'prometheus', 'prometheus') -const DEBUG = true -const DEBUG_PROMETHEUS = true +const DEBUG = false +const DEBUG_PROMETHEUS = false // Note: move this inside the test if we ever have >1 integration test promClient.collectDefaultMetrics() // So we have something to scrape