Comparing version 0.0.3 to 0.0.4
{ | ||
"name":"feather", | ||
"version":"0.0.3", | ||
"version":"0.0.4", | ||
"keywords": ["logger", "lightweight", "Unix style logging", "info debug warn"], | ||
@@ -5,0 +5,0 @@ "engines": { "node": "*"}, |
#Feather 0.0.1 | ||
* A light-weight logger facility, Feather integrates seamlessly with your codebase and has minimal overheads. | ||
A light-weight logger | ||
* Feather integrates seamlessly with your codebase and has minimal overheads. | ||
* Configurarly control what you log in dev and in production. | ||
* Why? because ogs that are useful during development can be discarded in production. | ||
* Why? because logs that are useful during development can be discarded in production. | ||
@@ -88,8 +90,4 @@ It uses Unix log levels `[Emergency, Alert, Critical, Error, Warn, Notice, Info, Debug]`, and similarly to logging | ||
`module.exports = { | ||
"fileLocation": "logs/feather/", | ||
"appName": "Feather", | ||
"timestampFormat" : "ddd, dd MMM yyyy HH:mm:ss", | ||
"dateFormat" : "yyyyMMdd", | ||
"host" : '172.0.0.1', | ||
"rootLevel" : "Info" | ||
"timestampFormat" : "dddd, MMMM Do YYYY, h:mm:ss a", | ||
"level" : "Info" | ||
}` | ||
@@ -96,0 +94,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27765
0
97