86facea1e4
The LOG.warn method is deprecated[1] and the LOG.warning method should be used instead. [1] https://docs.python.org/3/library/logging.html#logging.warning Change-Id: Id847acd613c27d4e647391c346ab6d3ceced99e4
380 B
380 B
Blazar Style Commandments
- Step 1: Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
- Step 2: Read on
Blazar Specific Commandments
- [Bl301] Validate that logs are not translated.
- [Bl302] Use LOG.warning() rather than LOG.warn().
- [H904] Delay string interpolations at logging calls.