Debugging
Source URL: https://docs.bullmq.io/bull/patterns/debugging
Debugging
Section titled “Debugging”To see debug statements set or add bull to the NODE_DEBUG environment variable:
export NODE_DEBUG=bullor:
NODE_DEBUG=bull node ./your-script.js