Skip to content

migrate to modern logger interface#659

Merged
ilius merged 1 commit into
ilius:masterfrom
emmanuel-ferdman:master
Jun 7, 2025
Merged

migrate to modern logger interface#659
ilius merged 1 commit into
ilius:masterfrom
emmanuel-ferdman:master

Conversation

@emmanuel-ferdman

Copy link
Copy Markdown
Contributor

Description

The logger.warn() method is deprecated since Python2.7 and replaced with logger.warning(). It leads to those warnings:

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

Signed-off-by: Emmanuel Ferdman <[email protected]>
@ilius ilius merged commit ae26e45 into ilius:master Jun 7, 2025
10 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.

2 participants