Package Exports
- @coozzy/logger
- @coozzy/logger/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@coozzy/logger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
coozzy-logger
This package can be used to easily log in the coozzy environment.
Log level
You can set the environment variable LOG_LEVEL to the following levels to ensure that only these levels are actually logged.
- debug (default)
- info
- warn
- error
Request ID
It uses the @coozzy/request-id dependency to add the requestId on each log entry.