@seek/logger
Advanced tools
Comparing version 4.4.3 to 4.4.4
@@ -41,2 +41,5 @@ { | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
@@ -59,3 +62,3 @@ "format": "skuba format", | ||
"types": "./lib-types/index.d.ts", | ||
"version": "4.4.3" | ||
"version": "4.4.4" | ||
} |
@@ -61,3 +61,2 @@ # @seek/logger | ||
- All log structures deeper than 4 levels will be omitted from output. | ||
- Configure using the the `maxObjectDepth` `LoggerOption`. | ||
- All log structures (objects/arrays) with size bigger/longer than 64 will be trimmed. | ||
@@ -72,2 +71,6 @@ - All strings that are longer than 512 will be trimmed. | ||
Note: You could configure the depth of the logs using the `loggerOptions.maxObjectDepth`, however we strongly do not recommend | ||
logging deeper than 4 levels (default setting) as it might cause performance issues for your app as well costs implications. | ||
Consider flattening the log structure and make it as meaningful as possible instead. | ||
## Pino | ||
@@ -74,0 +77,0 @@ |
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
25290
104