Log the options object the same way as Browsertime, just add --verbose (#2588)
This commit is contained in:
parent
411af4fd2f
commit
155fabfcbf
|
|
@ -68,7 +68,9 @@ module.exports = {
|
|||
packageInfo.dependencies.browsertime,
|
||||
packageInfo.dependencies.webcoach
|
||||
);
|
||||
log.verbose('Config options: %:2j', options);
|
||||
if (log.isEnabledFor(log.DEBUG)) {
|
||||
log.debug('Running with options: %:2j', options);
|
||||
}
|
||||
|
||||
let pluginNames = await loader.parsePluginNames(options);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue