@syntest/logging
Advanced tools
Comparing version 0.1.2-beta.1 to 0.2.0-beta.0
import Yargs = require("yargs"); | ||
export type LoggingOptions = { | ||
logDirectory: string; | ||
consoleLogLevel: string; | ||
fileLogLevel: string[]; | ||
@@ -14,4 +13,2 @@ }; | ||
} & { | ||
"console-log-level": string; | ||
} & { | ||
"file-log-level": string[] | (string | number)[]; | ||
@@ -18,0 +15,0 @@ }>; |
@@ -21,19 +21,2 @@ "use strict"; | ||
}) | ||
.options("console-log-level", { | ||
alias: [], | ||
choices: [ | ||
"silent", | ||
"debug", | ||
"error", | ||
"warn", | ||
"info", | ||
"verbose", | ||
"silly", | ||
], | ||
default: "error", | ||
description: "Log level of the tool", | ||
group: OptionGroups.Logging, | ||
hidden: false, | ||
type: "string", | ||
}) | ||
.options("file-log-level", { | ||
@@ -40,0 +23,0 @@ alias: [], |
{ | ||
"name": "@syntest/logging", | ||
"version": "0.1.2-beta.1", | ||
"version": "0.2.0-beta.0", | ||
"description": "SynTest library for logging", | ||
@@ -60,3 +60,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "fde9b03d42f12281adcc328da801449c10b3bed7" | ||
"gitHead": "dd7d752f1c013624d0d040f3c9156128136915db" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
25803
210