oslo.log/releasenotes/notes/is_debug_enabled-d7afee4c811a46df.yaml
Ihar Hrachyshka 639404266f Added is_debug_enabled helper
This is to allow consuming projects to avoid direct access to debug
configuration option that is defined by the library. This is in line
with general oslo guidelines about accessing oslo options from inside
consuming projects' code.

Change-Id: Ic1ae2d3f0e198ac367c1ad785f3d8dc13335282f
2017-03-03 18:48:23 +00:00

6 lines
161 B
YAML

---
features:
- |
A new ``oslo_log.log.is_debug_enabled`` helper function is added that
allows to determine whether debug mode is enabled for logging.