Skip to content

Commit

Permalink
No logs
Browse files Browse the repository at this point in the history
  • Loading branch information
HDegroote committed Jul 28, 2024
1 parent 3a35026 commit 0c59795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c59795

Please sign in to comment.