JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 107
  • Score
    100M100P100Q72908F
  • License ISC

Logging library based on winston

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.

Dependencies