@contrail/app-framework
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -15,3 +15,3 @@ "use strict"; | ||
static DEFAULT_CONTEXT_ID = 'default'; | ||
static level = LogLevel.ERROR; | ||
static level = LogLevel.DEBUG; | ||
static actionLogs = {}; | ||
@@ -21,4 +21,4 @@ static consoleRef; | ||
} | ||
static setConfig(_config = { logLevel: LogLevel.ERROR }) { | ||
this.level = _config.logLevel ?? LogLevel.ERROR; | ||
static setConfig(_config = { logLevel: LogLevel.DEBUG }) { | ||
this.level = _config.logLevel ?? LogLevel.DEBUG; | ||
} | ||
@@ -25,0 +25,0 @@ static isFatalOn() { |
{ | ||
"name": "@contrail/app-framework", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "The app framework for VibeIQ Apps.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45