@wdio/logger
Advanced tools
Comparing version 7.0.0-beta.0 to 7.0.0-beta.1
@@ -13,3 +13,5 @@ "use strict"; | ||
loglevel_plugin_prefix_1.default.reg(loglevel_1.default); | ||
const DEFAULT_LEVEL = 'trace'; | ||
const DEFAULT_LEVEL = process.env.WDIO_DEBUG | ||
? 'trace' | ||
: 'info'; | ||
const COLORS = { | ||
@@ -16,0 +18,0 @@ error: 'red', |
{ | ||
"name": "@wdio/logger", | ||
"version": "7.0.0-beta.0", | ||
"version": "7.0.0-beta.1", | ||
"description": "A helper utility for logging of WebdriverIO packages", | ||
@@ -35,3 +35,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "bf31660d60ad4dacf04d11ff1590e794dd377dc0" | ||
"gitHead": "8d9ac36cadb5ccba689ce76173ef0545ee72df86" | ||
} |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
8942
178
9