ITADN

Migrate to modern logger interface

#1545Pull Requestemmanuel-ferdman 创建于 2025-06-06
CLA Signed
## Description The `logger.warn()` method is deprecated since Python2.7 and replaced with `logger.warning()`. It leads to those warnings: ```python DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead ```
合并状态:未合并 关闭于 2025-07-03 1 条评论