60c39a3b874f027f690b49c987daa31c37bfb0e6
Replace the deprecated logging.warn() calls with logging.warning(). The former were undocumented, deprecated since Python 3.3 and eventually removed in Python 3.13. See: https://docs.python.org/3.13/whatsnew/3.13.html#logging Partial-Bug: 2069084 Change-Id: I6d1ee13409fe84cd54b7a3aa3ed862bc6e33f1c3 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Team and repository tags
oslo.log -- Oslo Logging Library
The oslo.log (logging) configuration library provides standardized configuration for all openstack projects. It also provides custom formatters, handlers and support for context specific logging (like resource id's etc).
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.log/latest/
- Source: https://opendev.org/openstack/oslo.log
- Bugs: https://bugs.launchpad.net/oslo.log
- Release notes: https://docs.openstack.org/releasenotes/oslo.log/
Description
Languages
Python
100%