enable trace logging on jenkins
This commit is contained in:
@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user