Migrate to modern logger interface
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 条评论