bbc / sqs-consumer

Build Amazon Simple Queue Service (SQS) based applications without the boilerplate
https://bbc.github.io/sqs-consumer/
Other
1.71k stars 330 forks source link

Remove debug module in favour of node in-builts #400

Closed nicholasgriffintn closed 1 year ago

nicholasgriffintn commented 1 year ago

We've been using the debug module for some time to send debug logs for the consumer but node has an in-built module that is basically the same, the messages just don't have colour.

Given that we don't really need colour, it would make sense to swap this out for the native module instead and remove a dependency from the package.

github-actions[bot] commented 1 year ago

This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.