laravel-queue-rate-limit
laravel-queue-rate-limit copied to clipboard
Limit logging
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!
You can disable these unwanted log messages with this procedure: https://github.com/mxl/laravel-queue-rate-limit#disable-logging