-
Notifications
You must be signed in to change notification settings - Fork 63
Relax "Unable to get feature flag toggles" log message #199
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
Comments
You could argue that the log message itself is also a little bit misleading. It's implies that something went wrong — "Unable to get...". In reality the server responded with I think I'd even have that log level as DEBUG and re-word the message for clarity. |
Good point! I've dropped it to |
This is in |
Nice! Cheers. :-) |
Awesome, thank you!
…On Sat, Apr 2, 2022, 14:33 Karl Sutt ***@***.***> wrote:
Nice! Cheers. :-)
—
Reply to this email directly, view it on GitHub
<#199 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJIIAVDVZNZNBSJLYNXNGDVDBEB7ANCNFSM5R4IIKVQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I think the issue is still persist, it should be silenced; |
Is your feature request related to a problem? Please describe.
UnleashClient
produces these logs periodically:The source:
unleash-client-python/UnleashClient/periodic_tasks/fetch_and_load.py
Line 30 in f5900b8
This is a normal behavior and is triggered when response status code from unleash is 304:
unleash-client-python/UnleashClient/api/features.py
Line 62 in f5900b8
i.e. no changes have been made to toggles
Describe the solution you'd like
Just use an info log message.
The text was updated successfully, but these errors were encountered: