diff --git a/test/integration/yaml_suite/client_manager.js b/test/integration/yaml_suite/client_manager.js index 2ebfe80b1..8aae56859 100644 --- a/test/integration/yaml_suite/client_manager.js +++ b/test/integration/yaml_suite/client_manager.js @@ -73,7 +73,7 @@ module.exports = { logConfig.type = 'tracer'; } - logConfig.level = VERBOSE ? 'trace' : 'error'; + logConfig.level = JENKINS || VERBOSE ? 'trace' : 'error'; } if (logConfig && logConfig.type === 'tracer') {