@ejhayes-nestjs-common/logger
v0.2.2
Published
> TODO: description
Downloads
5
Readme
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
- Environment configuration can be set to any value other than
- 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
- Environment configuration must be set to
Usage
For more use cases, see examples