enable trace logging on jenkins

This commit is contained in:
Spencer Alger
2015-03-30 10:28:37 -07:00
parent 7925f5f070
commit 7d837f704c

View File

@ -73,7 +73,7 @@ module.exports = {
logConfig.type = 'tracer'; logConfig.type = 'tracer';
} }
logConfig.level = VERBOSE ? 'trace' : 'error'; logConfig.level = JENKINS || VERBOSE ? 'trace' : 'error';
} }
if (logConfig && logConfig.type === 'tracer') { if (logConfig && logConfig.type === 'tracer') {