laravel-queue-rate-limit icon indicating copy to clipboard operation
laravel-queue-rate-limit copied to clipboard

Limit logging

Open EasterAssociates opened this issue 2 years ago • 1 comments

I am having an issue since I updated Laravel 6 to 9 a few weeks ago. The laravel logs are being filled with these notices: [2022-05-19 00:00:01] production.DEBUG: Rate limit is set for queue default
[2022-05-19 00:00:01] production.DEBUG: Rate limit check is passed for queue default
[2022-05-19 00:00:01] production.DEBUG: No available jobs on queue default
And it logs every few seconds. I don't want to disable logging entirely because then I won't see errors that are occurring. It's just that I only want an error log so that I know that something is wrong ( and then I can fix it).

Thank you for your package - it has really helped out with my outlook exchange mail connections!

EasterAssociates avatar May 20 '22 12:05 EasterAssociates

You can disable these unwanted log messages with this procedure: https://github.com/mxl/laravel-queue-rate-limit#disable-logging

despatates avatar Jun 09 '23 09:06 despatates