ssut / nestjs-sqs

A project to make SQS easier to use within NestJS, with decorator-based handling and seamless NestJS-way integration.
MIT License
215 stars 53 forks source link

configurable logger #37

Closed DerKobe closed 1 year ago

DerKobe commented 1 year ago

Since we are using more complex logger in our project, we need the logger to be configurable. Interface-compatibility with LoggerService should be sufficient for most use cases.