0.2.2 • Published 2 years ago

@ejhayes-nestjs-common/logger v0.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

logger

This provides logging functionality within NestJS. Functionality includes:

  • Colored logging for non production environment
    • Environment configuration can be set to any value other than production
  • Properly encoded production logging suitable for Elastic stack (see https://www.elastic.co/guide/en/ecs/current/ecs-log.html)
    • Environment configuration must be set to production

Usage

For more use cases, see examples