Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit logging #17

Open
EasterAssociates opened this issue May 20, 2022 · 1 comment
Open

Limit logging #17

EasterAssociates opened this issue May 20, 2022 · 1 comment

Comments

@EasterAssociates
Copy link

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!

@despatates
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants