Skip to content

Resolve logger warnings #1324

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

Merged
merged 3 commits into from
May 27, 2025
Merged

Resolve logger warnings #1324

merged 3 commits into from
May 27, 2025

Conversation

emmanuel-ferdman
Copy link
Contributor

What

This small PR resolves the annoying deprecation warnings of the logger library:

DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead

Why

Because logger.warn() is depercated.

How

Replace loger.warn() with logger.warning().

Database Migrations

Env Config

Relevant Docs

Related Issues or PRs

Dependencies Versions

Notes on Testing

Screenshots

Checklist

I have read and understood the Contribution Guidelines.

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
@CLAassistant
Copy link

CLAassistant commented May 21, 2025

CLA assistant check
All committers have signed the CLA.

Copy link

@ritwik-g ritwik-g merged commit d240f6a into Zipstack:main May 27, 2025
4 of 6 checks passed
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

Successfully merging this pull request may close these issues.

6 participants